Merged Misc/NEWS update for #17508.

This commit is contained in:
Vinay Sajip 2013-03-23 11:00:28 +00:00
commit 30f0f054a4
1 changed files with 3 additions and 0 deletions

View File

@ -294,6 +294,9 @@ Core and Builtins
Library
-------
- Issue #17508: Corrected MemoryHandler configuration in dictConfig() where
the target handler wasn't configured first.
- Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt
(CTRL+c).