]> granicus.if.org Git - python/commitdiff
add NEWS note for #22921
authorBenjamin Peterson <benjamin@python.org>
Mon, 24 Nov 2014 02:15:31 +0000 (20:15 -0600)
committerBenjamin Peterson <benjamin@python.org>
Mon, 24 Nov 2014 02:15:31 +0000 (20:15 -0600)
Misc/NEWS

index 1fedf61157c61536a1fc9b62148748c2ff0ae565..5aa21305033e557411cc5f17feabb5875bdb680d 100644 (file)
--- 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.