[issue13898] Ignored exception in test_ssl

Antoine Pitrou report at bugs.python.org
Sat Jan 28 19:46:04 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

What is the OpenSSL version? (printed at the beginning of test_ssl)

Having an exception here is quite normal: the test checks that a certain (client protocol, server protocol) combination fails. However, a SSLError is expected rather than an OSError.

----------

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


More information about the Python-bugs-list mailing list