From: Benjamin Peterson Date: Mon, 24 Nov 2014 02:15:31 +0000 (-0600) Subject: add NEWS note for #22921 X-Git-Tag: v3.4.3rc1~312 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f200498abe02aaeb451f115d828e938f2f366891;p=thirdparty%2FPython%2Fcpython.git add NEWS note for #22921 --- diff --git a/Misc/NEWS b/Misc/NEWS index 1fedf61157c6..5aa21305033e 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.