[Python-checkins] cpython (merge 3.2 -> default): Issue #13591: Moving the NEWS line to the right release.

meador.inge python-checkins at python.org
Thu Dec 15 05:41:12 CET 2011


http://hg.python.org/cpython/rev/92e94fd303d4
changeset:   73976:92e94fd303d4
parent:      73974:e8fb61a0a2d7
parent:      73975:541f215a31f7
user:        Meador Inge <meadori at gmail.com>
date:        Wed Dec 14 22:39:28 2011 -0600
summary:
  Issue #13591: Moving the NEWS line to the right release.

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -409,6 +409,9 @@
 Library
 -------
 
+- Issue #13591: A bug in importlib has been fixed that caused import_module
+  to load a module twice.
+
 - Issue #4625: If IDLE cannot write to its recent file or breakpoint
   files, display a message popup and continue rather than crash.
  (original patch by Roger Serwy)
@@ -2548,9 +2551,6 @@
 Library
 -------
 
-- Issue #13591: A bug in importlib has been fixed that caused import_module
-  to load a module twice.
-
 - logging: added "handler of last resort". See http://bit.ly/last-resort-handler
 
 - test.support: Added TestHandler and Matcher classes for better support of

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list