From: Georg Brandl Date: Thu, 2 Oct 2014 06:38:39 +0000 (+0200) Subject: closes #22528: add source links to symtable and compileall X-Git-Tag: v2.7.9rc1~177^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c066105e346e15d35927a47da383744844906ce0;p=thirdparty%2FPython%2Fcpython.git closes #22528: add source links to symtable and compileall --- diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index f805787e0475..91322658fbdf 100644 --- a/Doc/library/compileall.rst +++ b/Doc/library/compileall.rst @@ -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. diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst index 472a9d6ad180..c04e22e5d24b 100644 --- a/Doc/library/symtable.rst +++ b/Doc/library/symtable.rst @@ -4,6 +4,10 @@ .. module:: symtable :synopsis: Interface to the compiler's internal symbol tables. +**Source code:** :source:`Lib/symtable.py` + +-------------- + .. moduleauthor:: Jeremy Hylton .. sectionauthor:: Benjamin Peterson