This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix breakage of smtplib.starttls()
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: ghaering, loewis
Priority: normal Keywords: patch

Created on 2002-05-03 21:56 by ghaering, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
starttls_fix.dif ghaering, 2002-05-03 21:56
Messages (2)
msg39856 - (view) Author: Gerhard Häring (ghaering) * (Python committer) Date: 2002-05-03 21:56
The introduction of socket.sendall in smtplib broke the
STARTTLS support. This patch fixes the problem.
msg39857 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-06-02 12:33
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as smtplib.py 1.46.4.3 and 1.57.
History
Date User Action Args
2022-04-10 16:05:17adminsetgithub: 36549
2002-05-03 21:56:28ghaeringcreate