]> granicus.if.org Git - python/commitdiff
Issue #13591: Moving the NEWS line to the right release.
authorMeador Inge <meadori@gmail.com>
Thu, 15 Dec 2011 04:37:48 +0000 (22:37 -0600)
committerMeador Inge <meadori@gmail.com>
Thu, 15 Dec 2011 04:37:48 +0000 (22:37 -0600)
Misc/NEWS

index 15c07f5e3f1a8bb62c3ca737928be249836616e9..ac3a130c2401b520bb9eb76042067fc9d04d6600 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -93,6 +93,9 @@ Core and Builtins
 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 @@ Core and Builtins
 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