]> granicus.if.org Git - python/commitdiff
Updated Misc/NEWS with #17508.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 23 Mar 2013 10:57:47 +0000 (10:57 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 23 Mar 2013 10:57:47 +0000 (10:57 +0000)
Misc/NEWS

index 2d7bf7e8dea6707f6c581cdb6241fe43387e1f24..0bc8d0f124ece5b3f951b3dd8d3a2f2d973c9678 100644 (file)
--- 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.