From 0e29f22855a1ed92b12e5bf700af19ddf34c21c8 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Sat, 23 Mar 2013 10:56:39 +0000 Subject: [PATCH] Updated Misc/NEWS with #17508. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 4138632e452..46d03dc14f2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -216,6 +216,9 @@ Core and Builtins Library ------- +- Issue #17508: Corrected MemoryHandler configuration in dictConfig() where + the target handler wasn't configured first. + - Issue #10212: cStringIO and struct.unpack support new buffer objects. - Issue #12098: multiprocessing on Windows now starts child processes