summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-12-02 19:44:17 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-12-02 19:44:17 (GMT)
commita5768f729273b3e2f1464eeb348e16ff4c25df77 (patch)
tree412ebd87c07e7b9a80d745faa14102280ee7ff0e /Misc
parent216d463b1f5eea7b6505b9ec13372d830ef720b6 (diff)
downloadcpython-a5768f729273b3e2f1464eeb348e16ff4c25df77.zip
cpython-a5768f729273b3e2f1464eeb348e16ff4c25df77.tar.gz
cpython-a5768f729273b3e2f1464eeb348e16ff4c25df77.tar.bz2
Issue #19785: smtplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.
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 20b80c1..3bd4db4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and Builtins
Library
-------
+- Issue #19785: smtplib now supports SSLContext.check_hostname and server name
+ indication for TLS/SSL connections.
+
- Issue #19784: poplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.