summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-12-02 19:10:50 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-12-02 19:10:50 (GMT)
commit1bc7068d7fde0eaf2155240f629bcf80280daff6 (patch)
treead4f3a6cb110ffca75e33511eabaed1d5854ef25 /Misc
parentb8a3f581580cc6dc7dd9621bbb41c2b85414eaba (diff)
downloadcpython-1bc7068d7fde0eaf2155240f629bcf80280daff6.zip
cpython-1bc7068d7fde0eaf2155240f629bcf80280daff6.tar.gz
cpython-1bc7068d7fde0eaf2155240f629bcf80280daff6.tar.bz2
Issue #19784: poplib 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 3785840..9f0dbb9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and Builtins
Library
-------
+- Issue #19784: poplib now supports SSLContext.check_hostname and server name
+ indication for TLS/SSL connections.
+
- Issue #19782: imaplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.