cpython/Lib/urllib
Nadeem Vawda 0200016132 Merge: #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:25:45 +02:00
..
__init__.py
error.py
parse.py merge from 3.1 2011-04-15 18:21:26 +08:00
request.py Merge: #10883: Fix socket leaks in urllib.request. 2011-07-23 14:25:45 +02:00
response.py Issue #4608: urllib.request.urlopen does not return an iterable object 2011-06-26 14:30:25 +02:00
robotparser.py