diff options
author | Meador Inge <meadori@gmail.com> | 2011-12-15 04:39:28 (GMT) |
---|---|---|
committer | Meador Inge <meadori@gmail.com> | 2011-12-15 04:39:28 (GMT) |
commit | c2f9874280006d0567797ba49e6575edcd9a56a3 (patch) | |
tree | e2fa94368464e86da1fe025fc7c0fec7a3127e52 /Misc | |
parent | d7afeeeb8dc8b4e2e59951a15b68f362282d447e (diff) | |
parent | b7288a74f228d45aedd5fb8b125df2885681f680 (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |