diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-01-17 08:03:17 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-01-17 08:03:17 (GMT) |
commit | 2b3ba58bf4f2113aa0a8eca80ef49be3cb3757e9 (patch) | |
tree | 4582c34be78baee610b8dac230ca277f9e8e82cd /Misc | |
parent | 63bfc1d19fa1abe7d1b7d3e25a17083f8077f6fa (diff) | |
download | cpython-2b3ba58bf4f2113aa0a8eca80ef49be3cb3757e9.zip cpython-2b3ba58bf4f2113aa0a8eca80ef49be3cb3757e9.tar.gz cpython-2b3ba58bf4f2113aa0a8eca80ef49be3cb3757e9.tar.bz2 |
entry for r60015
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ----------------- |