]> 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)
commit79da6b7075a3d51ae042e77a2afca827e7bce435
tree53cf550e53329470e46081fbeb34c254a87d0bdd
parentd686848807dc35ee84524c64aa7a17d9a5b927ad
In FTP.close() method, make sure to also close the socket object, not only the file.