diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-07 18:18:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-07 18:18:25 (GMT) |
commit | a090f01bb63d73382e6e65b0364047c50afae5c2 (patch) | |
tree | 7d51bda9c589d72eeada9f24e2fd20acc965a4e5 /Misc | |
parent | b92fd01189c74c76a70ecf24d723d2f5c0ffc5b9 (diff) | |
download | cpython-a090f01bb63d73382e6e65b0364047c50afae5c2.zip cpython-a090f01bb63d73382e6e65b0364047c50afae5c2.tar.gz cpython-a090f01bb63d73382e6e65b0364047c50afae5c2.tar.bz2 |
HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ Core and Builtins Library ------- +- Issue #22959: In the constructor of http.client.HTTPSConnection, prefer the + context's check_hostname attribute over the *check_hostname* parameter. + - Issue #16043: Add a default limit for the amount of data xmlrpclib.gzip_decode will return. This resolves CVE-2013-1753. |