summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 10:57:47 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 10:57:47 (GMT)
commita4cfd60f3d86d2cbaa864f83a41241800674bf15 (patch)
tree06eab099f4b91334b33d58d96244ba2703f6153a /Misc
parent4b52ae8f971152c2189de1031a7219d33846670d (diff)
downloadcpython-a4cfd60f3d86d2cbaa864f83a41241800674bf15.zip
cpython-a4cfd60f3d86d2cbaa864f83a41241800674bf15.tar.gz
cpython-a4cfd60f3d86d2cbaa864f83a41241800674bf15.tar.bz2
Updated Misc/NEWS with #17508.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2d7bf7e..0bc8d0f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -233,6 +233,9 @@ Core and Builtins
Library
-------
+- Issue #17508: Corrected MemoryHandler configuration in dictConfig() where
+ the target handler wasn't configured first.
+
- Issue #5713: smtplib now handles 421 (closing connection) error codes when
sending mail by closing the socket and reporting the 421 error code via the
exception appropriate to the command that received the error response.