summaryrefslogtreecommitdiff
path: root/Doc/library/py_compile.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-27 20:38:46 +0000
committerRaymond Hettinger <python@rcn.com>2011-01-27 20:38:46 +0000
commit469271d4ea02322f526414c0ed51556410b0d3e6 (patch)
tree26b8af47b4427cc9f042947aaa241ce69a998545 /Doc/library/py_compile.rst
parent1a90f9c52fbf3ec0318c4c9defafe8403f6146b9 (diff)
downloadcpython-git-469271d4ea02322f526414c0ed51556410b0d3e6.tar.gz
More source links
Diffstat (limited to 'Doc/library/py_compile.rst')
-rw-r--r--Doc/library/py_compile.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/py_compile.rst b/Doc/library/py_compile.rst
index d2e3208a65..07ddc25422 100644
--- a/Doc/library/py_compile.rst
+++ b/Doc/library/py_compile.rst
@@ -8,6 +8,10 @@
.. index:: pair: file; byte-code
+**Source code:** :source:`Lib/py_compile.py`
+
+--------------
+
The :mod:`py_compile` module provides a function to generate a byte-code file
from a source file, and another function used when the module source file is
invoked as a script.