[issue31122] SSLContext.wrap_socket() throws OSError with errno == 0

Gregory P. Smith report at bugs.python.org
Sat Aug 15 13:03:05 EDT 2020


Gregory P. Smith <greg at krypto.org> added the comment:

Thanks!

fyi for confirmation incase anyone doubted:

>>> issubclass(ssl.SSLEOFError, OSError)
True

So from a code point of view, anything already catching the error still catches the error.  100% bugfix.

----------
assignee: christian.heimes -> gregory.p.smith

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31122>
_______________________________________


More information about the Python-bugs-list mailing list