Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b83f56f

Browse files
committed
merge with 3.4
2 parents 54eec2d + c0a8f8c commit b83f56f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Doc/library/compileall.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
.. module:: compileall
55
:synopsis: Tools for byte-compiling all Python source files in a directory tree.
66

7+
**Source code:** :source:`Lib/compileall.py`
8+
9+
--------------
10+
711

812
This module provides some utility functions to support installing Python
913
libraries. These functions compile Python source files in a directory tree.

Doc/library/symtable.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
.. module:: symtable
55
:synopsis: Interface to the compiler's internal symbol tables.
66

7+
**Source code:** :source:`Lib/symtable.py`
8+
9+
--------------
10+
711
.. moduleauthor:: Jeremy Hylton <[email protected]>
812
.. sectionauthor:: Benjamin Peterson <[email protected]>
913

0 commit comments

Comments
 (0)