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 pitrou
Recipients Paul.Wiseman, pitrou
Date 2013-04-08.18:10:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365444610.9.0.403402508763.issue17664@psf.upfronthosting.co.za>
In-reply-to
Content
The issue you mention is unrelated. connect_ex() returns an error code, it doesn't raise an exception.

As for the errno attribute being None, this is because most SSLErrors don't correspond to a single OS error. And in the case you mention ("the read operation timed out"), it isn't an OS error at all: it's simply a select() call timing out.
History
Date User Action Args
2013-04-08 18:10:10pitrousetrecipients: + pitrou, Paul.Wiseman
2013-04-08 18:10:10pitrousetmessageid: <1365444610.9.0.403402508763.issue17664@psf.upfronthosting.co.za>
2013-04-08 18:10:10pitroulinkissue17664 messages
2013-04-08 18:10:10pitroucreate