]> granicus.if.org Git - python/commitdiff
NEWS: issue #7774 is related to Library (sys), not Core and Builtins
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 12 Mar 2010 14:30:26 +0000 (14:30 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 12 Mar 2010 14:30:26 +0000 (14:30 +0000)
Misc/NEWS

index 0cbcf2dc091f11cc10a28b4280340bd41b4e8812..1f1c12956c8539ae4ea6a9b9b8d87161994e5337 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,10 +12,6 @@ What's New in Python 2.7 beta 1?
 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 @@ Core and Builtins
 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,