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 SilentGhost, Wiktor Niesiobedzki, martin.panter, r.david.murray
Date 2016-01-03.22:45:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451861135.08.0.543690479768.issue25919@psf.upfronthosting.co.za>
In-reply-to
Content
For non-blocking SSL sockets, the Python documentation suggests the results of select() do not directly indicate if data can be sent or received: <https://docs.python.org/dev/library/ssl.html#ssl-nonblocking>. I guess this would also apply to blocking SSL sockets.
History
Date User Action Args
2016-01-03 22:45:35martin.pantersetrecipients: + martin.panter, r.david.murray, SilentGhost, Wiktor Niesiobedzki
2016-01-03 22:45:35martin.pantersetmessageid: <1451861135.08.0.543690479768.issue25919@psf.upfronthosting.co.za>
2016-01-03 22:45:35martin.panterlinkissue25919 messages
2016-01-03 22:45:34martin.pantercreate