[Python-checkins] r82441 - python/trunk/Doc/whatsnew/2.7.rst

nick.coghlan python-checkins at python.org
Fri Jul 2 18:01:53 CEST 2010


Author: nick.coghlan
Date: Fri Jul  2 18:01:53 2010
New Revision: 82441

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

Modified:
   python/trunk/Doc/whatsnew/2.7.rst

Modified: python/trunk/Doc/whatsnew/2.7.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.7.rst	(original)
+++ python/trunk/Doc/whatsnew/2.7.rst	Fri Jul  2 18:01:53 2010
@@ -859,13 +859,6 @@
 
   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`.)
-
 .. ======================================================================
 
 


More information about the Python-checkins mailing list