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

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


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

The _pyio.py version of readlines does read until the count is equaled or exceeded.  This could, however, be an implementation detail and not part of the spec.

----------

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


More information about the docs mailing list