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

Daniel Stutzbach report at bugs.python.org
Fri Sep 24 17:36:38 CEST 2010


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

> Simply buffer everything.

That works for when a write operation would block.  What would it do when a read operation would block?

----------

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


More information about the Python-bugs-list mailing list