[issue9939] Add a pipe type (FIFO) to the io module

Daniel Stutzbach report at bugs.python.org
Fri Sep 24 17:54:01 CEST 2010


Daniel Stutzbach <daniel at stutzbachenterprises.com> added the comment:

Another option would be to have the read-end act like a non-blocking socket (i.e., raise EAGAIN).

Since it would mostly be for testing, would it make more sense to add it to test.support or someplace similar instead of io?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9939>
_______________________________________


More information about the Python-bugs-list mailing list