| commit | e3e7d40514e5dd0c3847682a719577efcfae1d8f | [log] [tgz] |
|---|---|---|
| author | Benjamin Peterson <benjamin@python.org> | Sun Nov 23 21:02:02 2014 -0600 |
| committer | Benjamin Peterson <benjamin@python.org> | Sun Nov 23 21:02:02 2014 -0600 |
| tree | fa309a48cefeaaf043c182dcca5e7ab58ab8200f | |
| parent | b206473ef8a7abe9abf5ab8776ea3bcb90adc747 [diff] [blame] |
pep 476: verify certificates by default (#22417)
diff --git a/Misc/NEWS b/Misc/NEWS index 3ad4862..923bfb7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -42,6 +42,8 @@ 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.