[issue8108] test_ftplib fails with OpenSSL 0.9.8m

STINNER Victor report at bugs.python.org
Sun Mar 14 21:02:50 CET 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> close() can fail

Not close, unwrap() (shutdown()) ;-)

> Again, why does this failure only show up in the FTP test?

Maybe because only the FTP test uses an SSL socket in non blocking mode.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8108>
_______________________________________


More information about the Python-bugs-list mailing list