summaryrefslogtreecommitdiff
path: root/Misc
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
commit1df6cdffd4c7288f21514cd5762bb5ba16c4a8f1 (patch)
tree2f96e2f7e66c43b252e203ba08ac0a9b8339f869 /Misc
parenta86af85bf732659baa385d860cc6ca8ff98a6f30 (diff)
downloadcpython-1df6cdffd4c7288f21514cd5762bb5ba16c4a8f1.tar.gz
add NEWS note for #22921
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 1fedf61157..5aa2130503 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.