From: Vinay Sajip Date: Sat, 23 Mar 2013 10:59:49 +0000 (+0000) Subject: Merged Misc/NEWS update for #17508. X-Git-Tag: v3.3.1rc1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e29dd24706e839ef865e74b6bc6c15e91121b7b7;p=thirdparty%2FPython%2Fcpython.git Merged Misc/NEWS update for #17508. --- e29dd24706e839ef865e74b6bc6c15e91121b7b7 diff --cc Misc/NEWS index d03d35b70299,0bc8d0f124ec..44bf93b3e82f --- a/Misc/NEWS +++ 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.