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 rivest
Recipients
Date 2004-08-20.05:31:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Details in attached file.  Basically, I want to be 
able (in Windows) to pipe input as in:
    type spam.txt | eggs.py
so that eggs can read the file spam.txt.  But I am
getting an  Errno 9: Bad file descriptor error message.

Thanks.

        Cheers,
        Ron Rivest
        rivest@mit.edu 
 [Please reply to rivest@mit.edu as well...]
History
Date User Action Args
2007-08-23 14:25:32adminlinkissue1012692 messages
2007-08-23 14:25:32admincreate