[Python-checkins] r60018 - python/trunk/Misc/NEWS
gregory.p.smith
python-checkins at python.org
Thu Jan 17 09:03:17 CET 2008
Author: gregory.p.smith
Date: Thu Jan 17 09:03:17 2008
New Revision: 60018
Modified:
python/trunk/Misc/NEWS
Log:
entry for r60015
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Thu Jan 17 09:03:17 2008
@@ -986,6 +986,10 @@
- The implementation of UnicodeError objects has been simplified (start and end
attributes are now stored directly as Py_ssize_t members).
+- Issue829951: In the smtplib module, SMTP.starttls() now complies with
+ RFC 3207 and forgets any knowledge obtained from the server not obtained
+ from the TLS negotiation itself. Patch contributed by Bill Fenner.
+
Extension Modules
-----------------
More information about the Python-checkins
mailing list