]> granicus.if.org Git - python/commit
Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 18 May 2011 16:03:09 +0000 (18:03 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 18 May 2011 16:03:09 +0000 (18:03 +0200)
commite065020680af75bb3b10fe1084c0273208a7f7f5
treecee99e14841eac5c960cac56f08786a9f22d559b
parent5f3b1c4979fc03624b2f54ef8b156dd652b85c5c
Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support
passing a `context` argument pointing to an ssl.SSLContext instance.
Patch by Kasun Herath.
Doc/library/smtplib.rst
Lib/smtplib.py
Lib/test/test_smtpnet.py
Misc/NEWS