]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged Misc/NEWS update for #17508.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 23 Mar 2013 10:59:49 +0000 (10:59 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 23 Mar 2013 10:59:49 +0000 (10:59 +0000)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index d03d35b7029951ff863dcd69fbd8327e68fd6e45,0bc8d0f124ece5b3f951b3dd8d3a2f2d973c9678..44bf93b3e82fa2fd30cb6b5b92a2fa9ca00bb66e
+++ b/Misc/NEWS
@@@ -196,9 -233,9 +196,12 @@@ Core and Builtin
  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).
 +
  - 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.