]> granicus.if.org Git - python/commit
In FTP.close() method, make sure to also close the socket object, not only the file.
authorGiampaolo Rodolà <g.rodola@gmail.com>
Tue, 22 Feb 2011 19:24:33 +0000 (19:24 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Tue, 22 Feb 2011 19:24:33 +0000 (19:24 +0000)
commitd686848807dc35ee84524c64aa7a17d9a5b927ad
tree53cf550e53329470e46081fbeb34c254a87d0bdd
parent4cfa24757b2f0946994aaa96ca5e135d30b49de3
In FTP.close() method, make sure to also close the socket object, not only the file.
Lib/ftplib.py