Issue 8202 actually caused an unintended behavioural change and was reverted in 2.7 - remove reference from What's New

This commit is contained in:
Nick Coghlan 2010-07-02 16:01:53 +00:00
parent 8c16c5ce10
commit 601ec58f3e
1 changed files with 0 additions and 7 deletions

View File

@ -859,13 +859,6 @@ across operating systems and shells.)
export PYTHONWARNINGS=all,error:::Cookie:0
When running a module using the interpreter's :option:`-m` switch,
``sys.argv[0]`` will now be set to the string ``'-m'`` while the
module is being located. This change is visible to user code while
executing the :file:`__init__.py` files for any parent packages of
the module to be executed. (Suggested by Michael Foord; implemented
by Nick Coghlan; :issue:`8202`.)
.. ======================================================================