Updated Misc/NEWS with #17508.

This commit is contained in:
Vinay Sajip 2013-03-23 10:57:47 +00:00
parent 4b52ae8f97
commit a4cfd60f3d
1 changed files with 3 additions and 0 deletions

View File

@ -233,6 +233,9 @@ Core and Builtins
Library
-------
- Issue #17508: Corrected MemoryHandler configuration in dictConfig() where
the target handler wasn't configured first.
- 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.