Message261953
| 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:30 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, benjamin.peterson, stutzbach, martin.panter, viraptor |
| 2016-03-18 10:02:30 | serhiy.storchaka | set | messageid: <1458295350.26.0.590823266185.issue22854@psf.upfronthosting.co.za> |
| 2016-03-18 10:02:30 | serhiy.storchaka | link | issue22854 messages |
| 2016-03-18 10:02:30 | serhiy.storchaka | create | |