Antoine Pitrou <pit...@free.fr> added the comment:

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.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8108>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to