commit | b206473ef8a7abe9abf5ab8776ea3bcb90adc747 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Nov 23 20:55:24 2014 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Nov 23 20:55:24 2014 -0600 |
tree | 94fd8b54f90de94e6e608070871f1c529ba74118 | |
parent | 79828343d8b31b0ccd738490d24c14bafe365099 [diff] [blame] |
give urllib.urlopen a context parameter (closes #22927)
diff --git a/Misc/NEWS b/Misc/NEWS index 7e4a0b0..3ad4862 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -42,6 +42,9 @@ Library ------- +- Issue #22927: Allow urllib.urlopen to take a *context* parameter to control + SSL settings for HTTPS connections. + - Issue #22921: Allow SSLContext to take the *hostname* parameter even if OpenSSL doesn't support SNI.