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

Frankly I'm surprised it works at all, since fileinput.input() will by default 
read from stdin, and stdin is in turn being read by the python prompt.

I just checked 2.5 on linux, and the same situation exists there (two ^Ds are 
required to end the input()).  I suspect we'll find the explanation in the 
interaction between the default behavior of fileinput.input() and the 
interactive prompt.

----------
nosy: +r.david.murray

_______________________________________
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