cpython/Lib/urllib
Victor Stinner a4c45d73cf Issue #12133: fix a ResourceWarning in urllib.request
AbstractHTTPHandler.do_open() of urllib.request closes the HTTP connection if
its getresponse() method fails with a socket error. Patch written by Ezio
Melotti.
2011-06-17 14:01:18 +02:00
..
__init__.py
error.py
parse.py merge from 3.1 2011-04-15 18:21:26 +08:00
request.py Issue #12133: fix a ResourceWarning in urllib.request 2011-06-17 14:01:18 +02:00
response.py Add __enter__ and __exit__ methods to addbase() so that it supports with. 2009-03-26 21:34:20 +00:00
robotparser.py Merged revisions 83238 via svnmerge from 2010-08-01 20:57:27 +00:00