[Python-checkins] cpython (3.4): issue 20091 - index entry for __main__ in runpy docs.

senthil.kumaran python-checkins at python.org
Fri Jun 20 10:38:47 CEST 2014


http://hg.python.org/cpython/rev/1727dcfff233
changeset: 91283:1727dcfff233
branch: 3.4
parent: 91280:9090348a920d
user: Senthil Kumaran <senthil at uthcode.com>
date: Fri Jun 20 01:37:53 2014 -0700
summary:
 issue 20091 - index entry for __main__ in runpy docs.
files:
 Doc/library/runpy.rst | 6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Doc/library/runpy.rst b/Doc/library/runpy.rst
--- a/Doc/library/runpy.rst
+++ b/Doc/library/runpy.rst
@@ -28,6 +28,9 @@
 
 .. function:: run_module(mod_name, init_globals=None, run_name=None, alter_sys=False)
 
+ .. index::
+ module: __main__
+
 Execute the code of the specified module and return the resulting module
 globals dictionary. The module's code is first located using the standard
 import mechanism (refer to :pep:`302` for details) and then executed in a
@@ -87,6 +90,9 @@
 
 .. function:: run_path(file_path, init_globals=None, run_name=None)
 
+ .. index::
+ module: __main__
+
 Execute the code at the named filesystem location and return the resulting
 module globals dictionary. As with a script name supplied to the CPython
 command line, the supplied path may refer to a Python source file, a
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /