From: Giampaolo RodolĂ  Date: Tue, 22 Feb 2011 19:24:33 +0000 (+0000) Subject: In FTP.close() method, make sure to also close the socket object, not only the file. X-Git-Tag: v3.3.0a1~3119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79da6b7075a3d51ae042e77a2afca827e7bce435;p=python In FTP.close() method, make sure to also close the socket object, not only the file. ---