summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2011-12-15 04:39:28 (GMT)
committerMeador Inge <meadori@gmail.com>2011-12-15 04:39:28 (GMT)
commitc2f9874280006d0567797ba49e6575edcd9a56a3 (patch)
treee2fa94368464e86da1fe025fc7c0fec7a3127e52 /Misc
parentd7afeeeb8dc8b4e2e59951a15b68f362282d447e (diff)
parentb7288a74f228d45aedd5fb8b125df2885681f680 (diff)
downloadcpython-c2f9874280006d0567797ba49e6575edcd9a56a3.zip
cpython-c2f9874280006d0567797ba49e6575edcd9a56a3.tar.gz
cpython-c2f9874280006d0567797ba49e6575edcd9a56a3.tar.bz2
Issue #13591: Moving the NEWS line to the right release.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4cc0a4b..0977d55 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -409,6 +409,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)
@@ -2548,9 +2551,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