commit | 483056675169a004a221e21036ed8224dbab8d19 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sun Dec 06 17:57:11 2009 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sun Dec 06 17:57:11 2009 +0000 |
tree | dd1254af38e0523dc5fc953018f862ec712c89a3 | |
parent | 42d63847c32fda10b61c1f420402a09ddbbe95eb [diff] [blame] |
logging: Added optional 'secure' parameter to SMTPHandler.
diff --git a/Misc/NEWS b/Misc/NEWS index abcd23c..f7a2f9b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -507,6 +507,9 @@ 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.