diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-03-23 11:00:28 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-03-23 11:00:28 (GMT) |
commit | 30f0f054a481a02f7f481d0e514f9ea282b1685e (patch) | |
tree | 93ad6db01382147f9ed4b6430dcbfbc9a5eb8921 | |
parent | 684cd0e64311faafba989457e28fbf2e84faa62e (diff) | |
parent | e29dd24706e839ef865e74b6bc6c15e91121b7b7 (diff) | |
download | cpython-30f0f054a481a02f7f481d0e514f9ea282b1685e.zip cpython-30f0f054a481a02f7f481d0e514f9ea282b1685e.tar.gz cpython-30f0f054a481a02f7f481d0e514f9ea282b1685e.tar.bz2 |
Merged Misc/NEWS update for #17508.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |