]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove last(?) use of httplib.HTTPS, which caused test_socket_ssl to fail.
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 16 Aug 2007 17:55:18 +0000 (17:55 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 16 Aug 2007 17:55:18 +0000 (17:55 +0000)
commit5f22af167f0a5cecdd79c9381e1150ab2b503be1
treee6fa2e951518520c4691c4c1b2e7e74551353eff
parentd9a1579e9a029332e0efebafd61154cbfb43d3f4
Remove last(?) use of httplib.HTTPS, which caused test_socket_ssl to fail.

Refactor the urllib open_http() and open_https() to use the same
internal logic.  The only difference between the two is the call to
constructor an HTTPConnection object.
Lib/urllib.py