[Python-checkins] cpython (2.7): Updated Misc/NEWS with #17508.

vinay.sajip python-checkins at python.org
Sat Mar 23 12:01:52 CET 2013


http://hg.python.org/cpython/rev/5f6747a0ffc4
changeset:   82891:5f6747a0ffc4
branch:      2.7
parent:      82888:3d76dbbbb0cc
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Sat Mar 23 10:56:39 2013 +0000
summary:
  Updated Misc/NEWS with #17508.

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -216,6 +216,9 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list