[Python-Dev] SSL 1.7

Bill Janssen janssen at parc.com
Thu Oct 18 18:01:21 CEST 2007


> > One thing to watch out for: ssl.SSLError can't
> > inherit from socket.error, as it does in 2.6+,
> 
> Why not?

Mainly because I don't see how to get my hands on the C version of
socket.error.  Patches gratefully accepted, though.

Bill


More information about the Python-Dev mailing list