[docs] [issue15068] fileinput requires two EOF when reading stdin

R. David Murray report at bugs.python.org
Fri Jun 15 17:23:23 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

fileinput should work (for some definition of work) for anything that can be opened by name using the open syscall on unix.  That includes many more things than files.  Named pipes are a particularly interesting example in this context.

----------

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


More information about the docs mailing list