diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-11-24 02:15:31 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-11-24 02:15:31 (GMT) |
commit | 79828343d8b31b0ccd738490d24c14bafe365099 (patch) | |
tree | 17b5888e292994ad42bb5ba953b78f483e3fa396 | |
parent | 6fa40c496e410d8211036a9214d837fb5ea43656 (diff) | |
download | cpython-79828343d8b31b0ccd738490d24c14bafe365099.zip cpython-79828343d8b31b0ccd738490d24c14bafe365099.tar.gz cpython-79828343d8b31b0ccd738490d24c14bafe365099.tar.bz2 |
add NEWS note for #22921
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,9 @@ Core and Builtins Library ------- +- Issue #22921: Allow SSLContext to take the *hostname* parameter even if + OpenSSL doesn't support SNI. + - Issue #9003 and #22366: httplib.HTTPSConnection, urllib2.HTTPSHandler and urllib2.urlopen now take optional arguments to allow for server certificate checking, as recommended in public uses of HTTPS. This backport is part of PEP |