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

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


http://hg.python.org/cpython/rev/bef32463ecd2
changeset:   82893:bef32463ecd2
branch:      3.3
parent:      82886:6bdf64a5f4d7
parent:      82892:5f7185cae787
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Sat Mar 23 10:59:49 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
@@ -196,6 +196,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