mirror of
https://github.com/python/cpython.git
synced 2025-01-18 22:44:57 +08:00
closes #22528: add source links to symtable and compileall
This commit is contained in:
parent
41ea1f4f26
commit
c0a8f8ce84
@ -4,6 +4,10 @@
|
||||
.. module:: compileall
|
||||
:synopsis: Tools for byte-compiling all Python source files in a directory tree.
|
||||
|
||||
**Source code:** :source:`Lib/compileall.py`
|
||||
|
||||
--------------
|
||||
|
||||
|
||||
This module provides some utility functions to support installing Python
|
||||
libraries. These functions compile Python source files in a directory tree.
|
||||
|
@ -4,6 +4,10 @@
|
||||
.. module:: symtable
|
||||
:synopsis: Interface to the compiler's internal symbol tables.
|
||||
|
||||
**Source code:** :source:`Lib/symtable.py`
|
||||
|
||||
--------------
|
||||
|
||||
.. moduleauthor:: Jeremy Hylton <jeremy@alum.mit.edu>
|
||||
.. sectionauthor:: Benjamin Peterson <benjamin@python.org>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user