]> granicus.if.org Git - python/commit
HTTPSConnection: prefer the context's check_hostname attribute over the constructor...
authorBenjamin Peterson <benjamin@python.org>
Sun, 7 Dec 2014 18:18:25 +0000 (13:18 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 7 Dec 2014 18:18:25 +0000 (13:18 -0500)
commita090f01bb63d73382e6e65b0364047c50afae5c2
tree7d51bda9c589d72eeada9f24e2fd20acc965a4e5
parentb92fd01189c74c76a70ecf24d723d2f5c0ffc5b9
HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959)
Doc/library/http.client.rst
Lib/http/client.py
Lib/test/test_httplib.py
Misc/NEWS