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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79da6b7075a3d51ae042e77a2afca827e7bce435;p=thirdparty%2FPython%2Fcpython.git In FTP.close() method, make sure to also close the socket object, not only the file. ---