This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author janssen
Recipients gregory.p.smith, janssen, nagle
Date 2007-08-26.03:06:51
SpamBayes Score 0.44851398
Marked as misclassified No
Message-id <1188097611.68.0.738023526653.issue1706815@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2007-08-26 03:06:51janssensetspambayes_score: 0.448514 -> 0.44851398
recipients: + janssen, gregory.p.smith, nagle
2007-08-26 03:06:51janssensetspambayes_score: 0.448514 -> 0.448514
messageid: <1188097611.68.0.738023526653.issue1706815@psf.upfronthosting.co.za>
2007-08-26 03:06:51janssenlinkissue1706815 messages
2007-08-26 03:06:51janssencreate