From: Gregory P. Smith Date: Thu, 17 Jan 2008 08:03:17 +0000 (+0000) Subject: entry for r60015 X-Git-Tag: v2.6a1~580 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b3ba58bf4f2113aa0a8eca80ef49be3cb3757e9;p=python entry for r60015 --- diff --git a/Misc/NEWS b/Misc/NEWS index 0085416963..4a494a8326 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -986,6 +986,10 @@ Library - 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 -----------------