diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-11-24 03:02:02 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-11-24 03:02:02 (GMT) |
commit | e3e7d40514e5dd0c3847682a719577efcfae1d8f (patch) | |
tree | fa309a48cefeaaf043c182dcca5e7ab58ab8200f /Misc | |
parent | b206473ef8a7abe9abf5ab8776ea3bcb90adc747 (diff) | |
download | cpython-e3e7d40514e5dd0c3847682a719577efcfae1d8f.zip cpython-e3e7d40514e5dd0c3847682a719577efcfae1d8f.tar.gz cpython-e3e7d40514e5dd0c3847682a719577efcfae1d8f.tar.bz2 |
pep 476: verify certificates by default (#22417)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ Core and Builtins Library ------- +- Issue #22417: Verify certificates by default in httplib (PEP 476). + - Issue #22927: Allow urllib.urlopen to take a *context* parameter to control SSL settings for HTTPS connections. |