summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 10:59:49 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 10:59:49 (GMT)
commite29dd24706e839ef865e74b6bc6c15e91121b7b7 (patch)
tree73f052830b76a7c3f8e1d30a0749983920fc66bf
parentbcd2aa6d06934fad049aaf107d98e741a7e4440c (diff)
parenta4cfd60f3d86d2cbaa864f83a41241800674bf15 (diff)
downloadcpython-e29dd24706e839ef865e74b6bc6c15e91121b7b7.zip
cpython-e29dd24706e839ef865e74b6bc6c15e91121b7b7.tar.gz
cpython-e29dd24706e839ef865e74b6bc6c15e91121b7b7.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 d03d35b..44bf93b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -196,6 +196,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).