]> granicus.if.org Git - python/commitdiff
closes #22528: add source links to symtable and compileall
authorGeorg Brandl <georg@python.org>
Thu, 2 Oct 2014 06:38:39 +0000 (08:38 +0200)
committerGeorg Brandl <georg@python.org>
Thu, 2 Oct 2014 06:38:39 +0000 (08:38 +0200)
Doc/library/compileall.rst
Doc/library/symtable.rst

index f805787e04759b3f7f1df7c33586e990ea64214e..91322658fbdfed1d167f83a1589997a8064aa714 100644 (file)
@@ -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.
index 472a9d6ad180570f0e9cf6f57967ee3199801067..c04e22e5d24bfb5cfcef9818db4f5f033b007a1c 100644 (file)
@@ -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>