]> granicus.if.org Git - python/commit
allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnection
authorBenjamin Peterson <benjamin@python.org>
Sun, 23 Nov 2014 17:42:45 +0000 (11:42 -0600)
committerBenjamin Peterson <benjamin@python.org>
Sun, 23 Nov 2014 17:42:45 +0000 (11:42 -0600)
commitfcfb18ee2b754368ff005a3fec8a9fe7930ccf7d
treed0ec3069e6f10073b55fca4ebf710a8da6123b1f
parent5f6b89bda3cc9797186c567b6be5c6d8feedb3ec
allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnection

This is basically a backport of issues #9003 and #22366.
Doc/library/httplib.rst
Doc/library/urllib2.rst
Lib/httplib.py
Lib/test/keycert2.pem [new file with mode: 0644]
Lib/test/selfsigned_pythontestdotnet.pem [new file with mode: 0644]
Lib/test/test_httplib.py
Lib/test/test_ssl.py
Lib/test/test_urllib2.py
Lib/test/test_urllib2_localnet.py
Lib/urllib2.py
Misc/NEWS