summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-01-17 08:03:17 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-01-17 08:03:17 (GMT)
commit2b3ba58bf4f2113aa0a8eca80ef49be3cb3757e9 (patch)
tree4582c34be78baee610b8dac230ca277f9e8e82cd /Misc
parent63bfc1d19fa1abe7d1b7d3e25a17083f8077f6fa (diff)
downloadcpython-2b3ba58bf4f2113aa0a8eca80ef49be3cb3757e9.zip
cpython-2b3ba58bf4f2113aa0a8eca80ef49be3cb3757e9.tar.gz
cpython-2b3ba58bf4f2113aa0a8eca80ef49be3cb3757e9.tar.bz2
entry for r60015
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0085416..4a494a8 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
-----------------