commit | e065020680af75bb3b10fe1084c0273208a7f7f5 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed May 18 18:03:09 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed May 18 18:03:09 2011 +0200 |
tree | cee99e14841eac5c960cac56f08786a9f22d559b | |
parent | 5f3b1c4979fc03624b2f54ef8b156dd652b85c5c [diff] |
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.