[Python-checkins] cpython (merge 3.3 -> default): Merged Misc/NEWS update for #17508.

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


http://hg.python.org/cpython/rev/6dc72bd91de1
changeset:   82894:6dc72bd91de1
parent:      82889:2e92d1567ad7
parent:      82893:bef32463ecd2
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Sat Mar 23 11:00:28 2013 +0000
summary:
  Merged Misc/NEWS update for #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
@@ -294,6 +294,9 @@
 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).
 

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


More information about the Python-checkins mailing list