]> granicus.if.org Git - python/commitdiff
entry for r60015
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 17 Jan 2008 08:03:17 +0000 (08:03 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 17 Jan 2008 08:03:17 +0000 (08:03 +0000)
Misc/NEWS

index 0085416963b5015a1d9245061a24016de950de66..4a494a8326ae26bc1c7bff94a2f970ec0aaa4770 100644 (file)
--- 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
 -----------------