summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-11-24 02:15:31 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-11-24 02:15:31 (GMT)
commitf200498abe02aaeb451f115d828e938f2f366891 (patch)
treee3c12ce9dea29ab7d06051507cdad34331c1b9da
parentdbd4bcfccadfa6b0c2526da404f98935cc6ee5e7 (diff)
downloadcpython-f200498abe02aaeb451f115d828e938f2f366891.zip
cpython-f200498abe02aaeb451f115d828e938f2f366891.tar.gz
cpython-f200498abe02aaeb451f115d828e938f2f366891.tar.bz2
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 1fedf61..5aa2130 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,9 @@ Core and Builtins
Library
-------
+- Issue #22921: Allow SSLContext to take the *hostname* parameter even if
+ OpenSSL doesn't support SNI.
+
- Issue #22894: TestCase.subTest() would cause the test suite to be stopped
when in failfast mode, even in the absence of failures.