PEP 432 syntax fix

This commit is contained in:
Nick Coghlan 2012-12-31 01:12:03 +10:00
parent 4281048f3b
commit 83572a19ee
1 changed files with 2 additions and 0 deletions

View File

@ -730,10 +730,12 @@ However, some metadata related to the ``__main__`` module may still be
incomplete:
* ``sys.argv[0]`` may not yet have its final value
* it will be ``-m`` when executing a module or package with CPython
* it will be the same as ``sys.path[0]`` rather than the location of
the ``__main__`` module when executing a valid ``sys.path`` entry
(typically a zipfile or directory)
* the metadata in the ``__main__`` module will still indicate it is a
builtin module