[Python-checkins] cpython (merge 2.7 -> 2.7): merge heads

georg.brandl python-checkins at python.org
Thu Oct 2 08:40:11 CEST 2014


https://hg.python.org/cpython/rev/a8faf77fd912
changeset:   92747:a8faf77fd912
branch:      2.7
parent:      92743:de0ca868d44f
parent:      92746:5144c7d0ef29
user:        Georg Brandl <georg at python.org>
date:        Thu Oct 02 08:39:42 2014 +0200
summary:
  merge heads

files:
  Doc/library/compileall.rst |  4 ++++
  Doc/library/symtable.rst   |  4 ++++
  2 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst
--- 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
--- 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 <jeremy at alum.mit.edu>
 .. sectionauthor:: Benjamin Peterson <benjamin at python.org>
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list