cpython: 92e94fd303d4 (original) (raw)
Mercurial > cpython
changeset 73976:92e94fd303d4
Issue #13591: Moving the NEWS line to the right release. [#13591]
Meador Inge meadori@gmail.com | |
---|---|
date | Wed, 14 Dec 2011 22:39:28 -0600 |
parents | e8fb61a0a2d7(current diff)541f215a31f7(diff) |
children | 54a77c556d9a |
files | Misc/NEWS |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-)[+] [-] Misc/NEWS 6 |
line wrap: on
line diff
--- 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
- 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[](#l1.20)
- test.support: Added TestHandler and Matcher classes for better support of