This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author marhar
Recipients
Date 2007-08-10.20:01:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I think this should be considered a bug.  These
two command lines (on unix) should behave the same:

cat | ./foo.py
./foo.py

But they do not.  The first (using cat) behaves typically,
needing only one control-D.  The second needs the two
control-D's as noted.
History
Date User Action Args
2007-08-23 14:51:15adminlinkissue1633941 messages
2007-08-23 14:51:15admincreate