[Python-checkins] r78870 - python/trunk/Misc/NEWS

victor.stinner python-checkins at python.org
Fri Mar 12 15:30:26 CET 2010


Author: victor.stinner
Date: Fri Mar 12 15:30:26 2010
New Revision: 78870

Log:
NEWS: issue #7774 is related to Library (sys), not Core and Builtins

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri Mar 12 15:30:26 2010
@@ -12,10 +12,6 @@
 Core and Builtins
 -----------------
 
-- Issue #7774: Set sys.executable to an empty string if argv[0] has been
-  set to an non existent program name and Python is unable to retrieve the real
-  program name
-
 - Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt
   (SIGINT). If an error occurs while importing the site module, the error is
   printed and Python exits. Initialize the GIL before importing the site
@@ -24,6 +20,10 @@
 Library
 -------
 
+- Issue #7774: Set sys.executable to an empty string if argv[0] has been
+  set to an non existent program name and Python is unable to retrieve the real
+  program name
+
 - Issue #8117: logging: Improved algorithm for computing initial rollover time
   for TimedRotatingFileHandler by using the modification time of an existing
   log file to compute the next rollover time. If the log file does not exist,


More information about the Python-checkins mailing list