summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-12-02 19:01:29 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-12-02 19:01:29 (GMT)
commit48aae57996c89a5601534320fdd078da978fb7bb (patch)
tree77c04c61c848c35eceeaa0962e5d185fbc8a8833 /Misc
parent0c924b83eefead8c111f66452b0681a5c7485a5c (diff)
downloadcpython-48aae57996c89a5601534320fdd078da978fb7bb.zip
cpython-48aae57996c89a5601534320fdd078da978fb7bb.tar.gz
cpython-48aae57996c89a5601534320fdd078da978fb7bb.tar.bz2
Issue #19782: imaplib 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 9b71e13..3785840 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and Builtins
Library
-------
+- Issue #19782: imaplib now supports SSLContext.check_hostname and server name
+ indication for TLS/SSL connections.
+
- Issue #19834: Support unpickling of exceptions pickled by Python 2.
- Issue #19781: ftplib now supports SSLContext.check_hostname and server name