]> granicus.if.org Git - python/commit
Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 7 Apr 2015 10:47:57 +0000 (12:47 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 7 Apr 2015 10:47:57 +0000 (12:47 +0200)
commit5ab1c01bfd1b5a825aafa214016b8441f7325081
tree6a7f255097a7212eb9e499a871075991eb0f94f0
parentd27bcbd706200c4aebfb475d587bf2460f2c197e
Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP
connection failed.
Lib/urllib.py
Misc/NEWS