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

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


http://hg.python.org/cpython/rev/541f215a31f7
changeset:   73975:541f215a31f7
branch:      3.2
parent:      73973:d2504d30f259
user:        Meador Inge <meadori at gmail.com>
date:        Wed Dec 14 22:37:48 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
@@ -93,6 +93,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)
@@ -1868,9 +1871,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