]> 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 41e9e1b095af06cb77b0f0a13c4e03e2f751be23..9712de2fef3463ae60a1cc8ac1b4cf50847b9eb2 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>