[Python-checkins] cpython (merge 3.4 -> default): merge with 3.4

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


https://hg.python.org/cpython/rev/565d21b555ad
changeset:   92745:565d21b555ad
parent:      92742:71fab71bea0f
parent:      92744:b51742cb1685
user:        Georg Brandl <georg at python.org>
date:        Thu Oct 02 08:39:01 2014 +0200
summary:
  merge with 3.4

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