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 martin.panter
Recipients Ben.Darnell, alex, christian.heimes, dstufft, giampaolo.rodola, janssen, martin.panter, pitrou
Date 2015-03-08.06:44:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425797052.34.0.609731542286.issue23588@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry I take back my claim that the error codes were undocumented; see the example code in <https://docs.python.org/3.2/library/ssl.html#ssl-nonblocking>.

Perhaps the most compatible way to fix this would be to change the SSL error codes to something (custom class?) that does not compare equal to any possible POSIX error code.
History
Date User Action Args
2015-03-08 06:44:12martin.pantersetrecipients: + martin.panter, janssen, pitrou, giampaolo.rodola, christian.heimes, alex, Ben.Darnell, dstufft
2015-03-08 06:44:12martin.pantersetmessageid: <1425797052.34.0.609731542286.issue23588@psf.upfronthosting.co.za>
2015-03-08 06:44:12martin.panterlinkissue23588 messages
2015-03-08 06:44:12martin.pantercreate