Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c066105e
Commit
c066105e
authored
Oct 02, 2014
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
closes #22528: add source links to symtable and compileall
parent
2f33456e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
Doc/library/compileall.rst
Doc/library/compileall.rst
+4
-0
Doc/library/symtable.rst
Doc/library/symtable.rst
+4
-0
No files found.
Doc/library/compileall.rst
View file @
c066105e
...
@@ -4,6 +4,10 @@
...
@@ -4,6 +4,10 @@
.. module:: compileall
.. module:: compileall
:synopsis: Tools for byte-compiling all Python source files in a directory tree.
: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
This module provides some utility functions to support installing Python
libraries. These functions compile Python source files in a directory tree.
libraries. These functions compile Python source files in a directory tree.
...
...
Doc/library/symtable.rst
View file @
c066105e
...
@@ -4,6 +4,10 @@
...
@@ -4,6 +4,10 @@
.. module:: symtable
.. module:: symtable
:synopsis: Interface to the compiler's internal symbol tables.
:synopsis: Interface to the compiler's internal symbol tables.
**Source code:** :source:`Lib/symtable.py`
--------------
.. moduleauthor:: Jeremy Hylton <jeremy@alum.mit.edu>
.. moduleauthor:: Jeremy Hylton <jeremy@alum.mit.edu>
.. sectionauthor:: Benjamin Peterson <benjamin@python.org>
.. sectionauthor:: Benjamin Peterson <benjamin@python.org>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment