mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
entry for r60015
This commit is contained in:
parent
63bfc1d19f
commit
2b3ba58bf4
1 changed files with 4 additions and 0 deletions
|
@ -986,6 +986,10 @@ Library
|
||||||
- The implementation of UnicodeError objects has been simplified (start and end
|
- The implementation of UnicodeError objects has been simplified (start and end
|
||||||
attributes are now stored directly as Py_ssize_t members).
|
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
|
Extension Modules
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue