]> granicus.if.org Git - python/commit
Surrounded with try/finally to socket's default timeout setting
authorFacundo Batista <facundobatista@gmail.com>
Fri, 23 Mar 2007 20:23:08 +0000 (20:23 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Fri, 23 Mar 2007 20:23:08 +0000 (20:23 +0000)
commit14553b08a1f93bb4ec8f8c2239ef240f634cc2da
tree6f3bb122e49d4b9051ebb4a525abbf8dd3f12e52
parente6a70394518340fc595ff67fcfbf8e4c3ffbfd48
Surrounded with try/finally to socket's default timeout setting
changes in the tests, so failing one test won't produce strange
results in others. Also relaxed the timeout settings in the test
(where actually the value didn't mean anything).
Lib/test/test_httplib.py
Lib/test/test_socket.py