cpython/Lib/urllib
Nadeem Vawda 08f5f7aa81 Issue #10883: Fix socket leaks in urllib.request.
* ftpwrapper now uses reference counting to ensure that the underlying socket
  is closed when the ftpwrapper object is no longer in use
* ftplib.FTP.ntransfercmd() now closes the socket if an error occurs

Initial patch by Victor Stinner.
2011-07-23 14:03:00 +02:00
..
__init__.py
error.py
parse.py merge from 3.1 2011-04-15 18:21:26 +08:00
request.py Issue #10883: Fix socket leaks in urllib.request. 2011-07-23 14:03:00 +02:00
response.py Issue #4608: urllib.request.urlopen does not return an iterable object 2011-06-26 14:29:35 +02:00
robotparser.py Merged revisions 83238 via svnmerge from 2010-08-01 20:57:27 +00:00