cpython/Lib/urllib
Victor Stinner f073dc286c (Merge 3.2) 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:02:18 +02:00
..
__init__.py
error.py
parse.py merge from 3.1 2011-04-15 18:21:26 +08:00
request.py (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request 2011-06-17 14:02:18 +02:00
response.py Be more thorough in blanking out methods grabbed off of an fp. 2011-03-15 18:45:13 -04:00
robotparser.py Merged revisions 83238 via svnmerge from 2010-08-01 20:57:27 +00:00