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

Serhiy Storchaka report at bugs.python.org
Fri Jun 15 18:29:44 CEST 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

> But sys.stdin does not implement RawIOBase, it implements TextIOBase.

sys.stdin.buffer.raw implements RawIOBase.

----------

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


More information about the docs mailing list