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 draghuram
Recipients
Date 2007-01-22.17:45:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content

Ok. This may sound stupid but I couldn't find a way to attach a file to this bug report. So I am copying the code here:

************
import sys

line = sys.stdin.readline()
while (line):
    print  line,
    line = sys.stdin.readline()

print "eof"
*************
History
Date User Action Args
2007-08-23 14:51:15adminlinkissue1633941 messages
2007-08-23 14:51:15admincreate