]> granicus.if.org Git - python/commit
Added timeout support to HTTPSConnection, through the
authorFacundo Batista <facundobatista@gmail.com>
Mon, 21 May 2007 17:32:32 +0000 (17:32 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Mon, 21 May 2007 17:32:32 +0000 (17:32 +0000)
commit70f996be24dd00c11500cd99d92e8b2a1dfaa501
treeb60861e73678368f2690057584e42faf1eaa41ef
parent767debb6aa5729e919da309ecc770f8b2d94beba
Added timeout support to HTTPSConnection, through the
socket.create_connection function. Also added a small
test for this, and updated NEWS file.
Lib/httplib.py
Lib/test/test_httplib.py
Misc/NEWS