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 serhiy.storchaka
Recipients benjamin.peterson, martin.panter, pitrou, serhiy.storchaka, stutzbach, viraptor
Date 2016-03-18.10:02:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458295350.26.0.590823266185.issue22854@psf.upfronthosting.co.za>
In-reply-to
Content
I have doubts about changing OSError to UnsupportedOperation in the documentation of readable() and writable(). Some implementations can try to do an IO operation without checking readable() and writable() flags.

I have lesser doubt about using half-closed pipes in tests. May be it is safe, I don't know.
History
Date User Action Args
2016-03-18 10:02:30serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, benjamin.peterson, stutzbach, martin.panter, viraptor
2016-03-18 10:02:30serhiy.storchakasetmessageid: <1458295350.26.0.590823266185.issue22854@psf.upfronthosting.co.za>
2016-03-18 10:02:30serhiy.storchakalinkissue22854 messages
2016-03-18 10:02:30serhiy.storchakacreate