diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-12-06 17:57:11 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-12-06 17:57:11 (GMT) |
commit | 540f21529460a7c289021fb5026b4b8ef5ce8976 (patch) | |
tree | 16c710969b8e2025bb568d7aea2ed978abc65836 /Misc | |
parent | 8af078fdcac2cbea557137a0d52f3b1eed1a3022 (diff) | |
download | cpython-540f21529460a7c289021fb5026b4b8ef5ce8976.zip cpython-540f21529460a7c289021fb5026b4b8ef5ce8976.tar.gz cpython-540f21529460a7c289021fb5026b4b8ef5ce8976.tar.bz2 |
logging: Added optional 'secure' parameter to SMTPHandler.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -154,6 +154,9 @@ C-API Library ------- +- logging: Added optional `secure` parameter to SMTPHandler, to enable use of + TLS with authentication credentials. + - Issue #1923: Fixed the removal of meaningful spaces when PKG-INFO is generated in Distutils. Patch by Stephen Emslie. |