Message261953
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. |
|
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 | |
|