[Python-checkins] cpython (3.2): Updated Misc/NEWS with #17508.
vinay.sajip
python-checkins at python.org
Sat Mar 23 12:01:54 CET 2013
http://hg.python.org/cpython/rev/5f7185cae787
changeset: 82892:5f7185cae787
branch: 3.2
parent: 82885:0bde86c89294
user: Vinay Sajip <vinay_sajip at yahoo.co.uk>
date: Sat Mar 23 10:57:47 2013 +0000
summary:
Updated Misc/NEWS with #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
@@ -233,6 +233,9 @@
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.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list