summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2010-07-02 16:14:05 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2010-07-02 16:14:05 (GMT)
commit4bfb7da842fe982b7f27bc68ee48e6e60ad3b750 (patch)
tree09a8a6b71748b269e952eb83946e20c6a3bf9bf9 /Doc
parent6d02d9cc6bbf8e53424e8403e63d5583a4a17d58 (diff)
downloadcpython-4bfb7da842fe982b7f27bc68ee48e6e60ad3b750.zip
cpython-4bfb7da842fe982b7f27bc68ee48e6e60ad3b750.tar.gz
cpython-4bfb7da842fe982b7f27bc68ee48e6e60ad3b750.tar.bz2
Merged revisions 82441 via svnmerge from
svn+ssh://pythondev@svn.python.org/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 ........
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/2.7.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 72aa7e6..43a0124 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -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`.)
-
.. ======================================================================