entry for r60015

This commit is contained in:
Gregory P. Smith 2008-01-17 08:03:17 +00:00
parent 63bfc1d19f
commit 2b3ba58bf4
1 changed files with 4 additions and 0 deletions

View File

@ -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
-----------------