commit | 227f6e0dc5415cac4dcec0c8b045d128b6b02915 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Dec 07 13:41:26 2014 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Dec 07 13:41:26 2014 -0500 |
tree | 930e02a4dc2ed8c4c8c24c43c3837fcc0639797d | |
parent | fd0c92fe07ff9c06a2174438c1b04460ab601cd8 [diff] [blame] |
remove HTTPSConnection's check_hostname parameter (#22959)
diff --git a/Misc/NEWS b/Misc/NEWS index 5e7a795..f471ed3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Library ------- +- Issue #22959: Remove the *check_hostname* parameter of + httplib.HTTPSConnection. The *context* parameter should be used instead. + - Issue #16043: Add a default limit for the amount of data xmlrpclib.gzip_decode will return. This resolves CVE-2013-1753.