summaryrefslogtreecommitdiffstats
path: root/Doc/library/compileall.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-02 06:39:01 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-02 06:39:01 (GMT)
commitb83f56f91562547a72abe7faf8a023c7929dc731 (patch)
tree8a53a1d105fa93c9bbdf9a1cb4e6adc20ab63f05 /Doc/library/compileall.rst
parent54eec2d0af2d020f108214ba221eebe099af5f66 (diff)
parentc0a8f8ce84058cd9e6f1c79fa3794d62c07ac2c1 (diff)
downloadcpython-b83f56f91562547a72abe7faf8a023c7929dc731.zip
cpython-b83f56f91562547a72abe7faf8a023c7929dc731.tar.gz
cpython-b83f56f91562547a72abe7faf8a023c7929dc731.tar.bz2
merge with 3.4
Diffstat (limited to 'Doc/library/compileall.rst')
-rw-r--r--Doc/library/compileall.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst
index b11d175..e1ae443 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.