mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Issue #13591: Moving the NEWS line to the right release.
This commit is contained in:
parent
416f12ddb3
commit
b7288a74f2
1 changed files with 3 additions and 3 deletions
|
@ -93,6 +93,9 @@ Core and Builtins
|
||||||
Library
|
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
|
- Issue #4625: If IDLE cannot write to its recent file or breakpoint
|
||||||
files, display a message popup and continue rather than crash.
|
files, display a message popup and continue rather than crash.
|
||||||
(original patch by Roger Serwy)
|
(original patch by Roger Serwy)
|
||||||
|
@ -1868,9 +1871,6 @@ Core and Builtins
|
||||||
Library
|
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
|
- logging: added "handler of last resort". See http://bit.ly/last-resort-handler
|
||||||
|
|
||||||
- test.support: Added TestHandler and Matcher classes for better support of
|
- test.support: Added TestHandler and Matcher classes for better support of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue