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 pitrou
Recipients Arfrever, flox, giampaolo.rodola, janssen, pitrou, vstinner
Date 2010-03-22.15:58:30
SpamBayes Score 1.5664453e-06
Marked as misclassified No
Message-id <1269273512.44.0.144978872434.issue8108@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I finally agree that test_ftplib should be patched.
The patch isn't exactly correct: it should ideally retry the unwrap() call later, rather than simply ignore the error. But since it's just used for testing, it looks sufficient.

(we probably lack a higher-level abstraction around ssl sockets, especially non-blocking ones; there's too many domain-specific stuff to know for the average programmer.)
History
Date User Action Args
2010-03-22 15:58:33pitrousetrecipients: + pitrou, janssen, vstinner, giampaolo.rodola, Arfrever, flox
2010-03-22 15:58:32pitrousetmessageid: <1269273512.44.0.144978872434.issue8108@psf.upfronthosting.co.za>
2010-03-22 15:58:30pitroulinkissue8108 messages
2010-03-22 15:58:30pitroucreate