summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 11:00:28 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 11:00:28 (GMT)
commit30f0f054a481a02f7f481d0e514f9ea282b1685e (patch)
tree93ad6db01382147f9ed4b6430dcbfbc9a5eb8921
parent684cd0e64311faafba989457e28fbf2e84faa62e (diff)
parente29dd24706e839ef865e74b6bc6c15e91121b7b7 (diff)
downloadcpython-30f0f054a481a02f7f481d0e514f9ea282b1685e.zip
cpython-30f0f054a481a02f7f481d0e514f9ea282b1685e.tar.gz
cpython-30f0f054a481a02f7f481d0e514f9ea282b1685e.tar.bz2
Merged Misc/NEWS update for #17508.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ffa48ba..178903b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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).