summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-12-02 20:44:17 +0100
committerChristian Heimes <christian@cheimes.de>2013-12-02 20:44:17 +0100
commit06c0b351904e1ed260dbfe6b7c76e25e09a0e926 (patch)
tree8847ea491622bd2bea00c8b143a5792cd31a9f12 /Misc
parent64ae9725d53f7c5532a6710e25bd715c1084b784 (diff)
downloadcpython-06c0b351904e1ed260dbfe6b7c76e25e09a0e926.tar.gz
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 20b80c113b..3bd4db4223 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.