R. David Murray <rdmur...@bitdance.com> added the comment:

I don't know how the EOF character works, but I wouldn't be surprised if it had 
to be on a line by itself to mean EOF.

If the double EOF is required when not at the interactive prompt, then there 
could be a long standing bug in fileinput's logic where it is doing another 
read after the last file is closed.  Normally this wouldn't even be visible 
since it would just get EOF again, but when the file is an interactive STDIN, 
closing it doesn't really close it...

----------
stage:  -> needs patch
type:  -> behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15068>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to