Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bfb7da

Browse files
committed
Merged revisions 82441 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r82441 | nick.coghlan | 2010-07-03 02:01:53 +1000 (Sat, 03 Jul 2010) | 1 line Issue 8202 actually caused an unintended behavioural change and was reverted in 2.7 - remove reference from What's New ........
1 parent 6d02d9c commit 4bfb7da

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Doc/whatsnew/2.7.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -859,13 +859,6 @@ across operating systems and shells.)
859859

860860
export PYTHONWARNINGS=all,error:::Cookie:0
861861

862-
When running a module using the interpreter's :option:`-m` switch,
863-
``sys.argv[0]`` will now be set to the string ``'-m'`` while the
864-
module is being located. This change is visible to user code while
865-
executing the :file:`__init__.py` files for any parent packages of
866-
the module to be executed. (Suggested by Michael Foord; implemented
867-
by Nick Coghlan; :issue:`8202`.)
868-
869862
.. ======================================================================
870863
871864

0 commit comments

Comments
 (0)