commit | f200498abe02aaeb451f115d828e938f2f366891 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Nov 23 20:15:31 2014 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Nov 23 20:15:31 2014 -0600 |
tree | e3c12ce9dea29ab7d06051507cdad34331c1b9da | |
parent | dbd4bcfccadfa6b0c2526da404f98935cc6ee5e7 [diff] |
add NEWS note for #22921
diff --git a/Misc/NEWS b/Misc/NEWS index 1fedf61..5aa2130 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -36,6 +36,9 @@ 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.