summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-11-23 20:15:31 -0600
committerBenjamin Peterson <benjamin@python.org>2014-11-23 20:15:31 -0600
commitb35e2ce99a2dc38da1cb188cd3d4c992a4f4b672 (patch)
treeda57a1a5e285ee2788f87787fe5544c24ccf3a32
parent0bed50f1663c399a1c97e22c9349fb2207134fb1 (diff)
downloadcpython-b35e2ce99a2dc38da1cb188cd3d4c992a4f4b672.tar.gz
add NEWS note for #22921
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bca90b668b..7e4a0b0c0c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,9 @@ Core and Builtins
Library
-------
+- Issue #22921: Allow SSLContext to take the *hostname* parameter even if
+ OpenSSL doesn't support SNI.
+
- Issue #9003 and #22366: httplib.HTTPSConnection, urllib2.HTTPSHandler and
urllib2.urlopen now take optional arguments to allow for server certificate
checking, as recommended in public uses of HTTPS. This backport is part of PEP