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 christian.heimes, docs@python, pitrou, shevek
Date 2014-05-04.21:41:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399239709.49.0.542086593105.issue21430@psf.upfronthosting.co.za>
In-reply-to
Content
pending() shouldn't be necessary for this. See https://docs.python.org/dev/library/ssl.html#notes-on-non-blocking-sockets

Generally, when using non-blocking sockets, you first try to read (or write) and then catch any exceptions that might be raised if the socket isn't ready.
History
Date User Action Args
2014-05-04 21:41:49pitrousetrecipients: + pitrou, shevek, christian.heimes, docs@python
2014-05-04 21:41:49pitrousetmessageid: <1399239709.49.0.542086593105.issue21430@psf.upfronthosting.co.za>
2014-05-04 21:41:49pitroulinkissue21430 messages
2014-05-04 21:41:49pitroucreate