summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2009-12-06 17:57:11 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2009-12-06 17:57:11 (GMT)
commit540f21529460a7c289021fb5026b4b8ef5ce8976 (patch)
tree16c710969b8e2025bb568d7aea2ed978abc65836 /Misc
parent8af078fdcac2cbea557137a0d52f3b1eed1a3022 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0f524a5..2f76238 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.