Martin Panter added the comment:

[padding]

This behaviour of returning an SSL-specific error code in the “errno” attribute 
is not documented. The “errno” attribute is actually specified to hold a POSIX 
error code, and I don’t think this specification should be changed.

I don’t see how checking for an “errno_scope” attribute is any better than 
checking for isinstance(exception, SSLError). I think the SSL error codes 
should be removed from “errno”, or maybe moved to a new attribute (ssl_error?), 
like what is already done with the “winerror” attribute.

----------
nosy: +vadmium

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

Reply via email to