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 anacrolix, benjamin.peterson, docs@python, martin.panter, neologix, petri.lehtinen, pitrou, python-dev, sbt, stutzbach
Date 2015-03-27.01:10:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427418636.24.0.0703339568531.issue13322@psf.upfronthosting.co.za>
In-reply-to
Content
See also Issue 1191964, discussing inconsistencies and how to differentiate the four non-blocking special results in a new API:

* read signals permanent EOF
* read signals no data temporarily available
* write signals a permanently broken pipe or connection
* write signals no buffer space temporarily available
History
Date User Action Args
2015-03-27 01:10:36martin.pantersetrecipients: + martin.panter, pitrou, benjamin.peterson, stutzbach, anacrolix, neologix, docs@python, python-dev, sbt, petri.lehtinen
2015-03-27 01:10:36martin.pantersetmessageid: <1427418636.24.0.0703339568531.issue13322@psf.upfronthosting.co.za>
2015-03-27 01:10:36martin.panterlinkissue13322 messages
2015-03-27 01:10:36martin.pantercreate