I'll do.
2011/2/23 Victor Stinner :
> You should maybe backport this fix to Python 3.2.
>
> Le mardi 22 février 2011 à 20:24 +0100, giampaolo.rodola a écrit :
>> Author: giampaolo.rodola
>> Date: Tue Feb 22 20:24:33 2011
>> New Revision: 88505
>>
>> Log:
>> In FTP.close() method, make sure to also
You should maybe backport this fix to Python 3.2.
Le mardi 22 février 2011 à 20:24 +0100, giampaolo.rodola a écrit :
> Author: giampaolo.rodola
> Date: Tue Feb 22 20:24:33 2011
> New Revision: 88505
>
> Log:
> In FTP.close() method, make sure to also close the socket object, not only
> the file.