This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nadeem.vawda
Recipients nadeem.vawda, orsenthil, python-dev, vstinner
Date 2011-07-02.10:52:11
SpamBayes Score 0.0010283949
Marked as misclassified No
Message-id <1309603932.62.0.466967737897.issue10883@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated patch implementing reference counting for ftpwrapper.
It changes the semantics of ftpwrapper.close() to postpone actually closing
the connection until all files have also been closed (like socket.close()).
History
Date User Action Args
2011-07-02 10:52:12nadeem.vawdasetrecipients: + nadeem.vawda, orsenthil, vstinner, python-dev
2011-07-02 10:52:12nadeem.vawdasetmessageid: <1309603932.62.0.466967737897.issue10883@psf.upfronthosting.co.za>
2011-07-02 10:52:12nadeem.vawdalinkissue10883 messages
2011-07-02 10:52:11nadeem.vawdacreate