[issue1706815] socket.error exceptions not subclass of StandardError

Bill Janssen report at bugs.python.org
Sun Aug 26 05:06:51 CEST 2007


Bill Janssen added the comment:

It's not clear to me that having the SSL errors inherit from socket.error 
is a good idea.  Many of them have nothing to do with the socket, but are 
errors in choice of cipher, certificate validation, etc.

----------
nosy: +janssen

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1706815>
_____________________________________


More information about the Python-bugs-list mailing list