summaryrefslogtreecommitdiffstats
path: root/Doc/library/runpy.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-27 01:20:32 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-27 01:20:32 (GMT)
commita199368b230026fa37987852fe8802992a126ab7 (patch)
tree270276511cbcdb1a582bdccda0a47ec27edad5ee /Doc/library/runpy.rst
parent8b5eb2f813b8e22e97308c18a61f1824f962604c (diff)
downloadcpython-a199368b230026fa37987852fe8802992a126ab7.zip
cpython-a199368b230026fa37987852fe8802992a126ab7.tar.gz
cpython-a199368b230026fa37987852fe8802992a126ab7.tar.bz2
More source links.
Diffstat (limited to 'Doc/library/runpy.rst')
-rw-r--r--Doc/library/runpy.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/runpy.rst b/Doc/library/runpy.rst
index 10e5ebc..f7c77f6 100644
--- a/Doc/library/runpy.rst
+++ b/Doc/library/runpy.rst
@@ -5,6 +5,9 @@
:synopsis: Locate and run Python modules without importing them first.
.. moduleauthor:: Nick Coghlan <ncoghlan@gmail.com>
+**Source code:** :source:`Lib/runpy.py`
+
+--------------
The :mod:`runpy` module is used to locate and run Python modules without
importing them first. Its main use is to implement the :option:`-m` command