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 Richie, brett.cannon, janssen
Date 2007-10-28.13:10:57
SpamBayes Score 0.013462816
Marked as misclassified No
Message-id <1193577058.48.0.859788225166.issue1223@psf.upfronthosting.co.za>
In-reply-to
Content
I have a slightly different version of this patch in the new SSL code.  
It (optionally, but defaulting to True) catches SSL_ERROR_EOF and returns 
None, but allows other ssl errors to go through.
Files
File name Uploaded
e janssen, 2007-10-28.13:10:58
History
Date User Action Args
2007-10-28 13:10:58janssensetspambayes_score: 0.0134628 -> 0.013462816
recipients: + janssen, brett.cannon, Richie
2007-10-28 13:10:58janssensetspambayes_score: 0.0134628 -> 0.0134628
messageid: <1193577058.48.0.859788225166.issue1223@psf.upfronthosting.co.za>
2007-10-28 13:10:58janssenlinkissue1223 messages
2007-10-28 13:10:58janssencreate