]> granicus.if.org Git - python/commit
Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostport
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 24 Jan 2015 20:58:10 +0000 (12:58 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sat, 24 Jan 2015 20:58:10 +0000 (12:58 -0800)
commit812b9756a0626b6915c3ff5563e51def9e968580
tree3f8de6cf6936a410484551db103cc67a3edef5c7
parentaa7075845cdb8dd44a9991b6fdece6f68fd9ecd1
Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostport
instead of (non-existing) _set_hostport. (Fix the regression introduced in
568041fd8090 )
Lib/httplib.py
Lib/test/test_httplib.py