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 vstinner
Recipients Finkregh, Rebecca, ajaksu2, falsetru, georg.brandl, nvetoshkin, pitrou, python-dev, schmir, vstinner
Date 2011-05-30.21:51:50
SpamBayes Score 0.0013306
Marked as misclassified No
Message-id <1306792310.98.0.0128966721801.issue1195@psf.upfronthosting.co.za>
In-reply-to
Content
> The patch still does not handle the case where the eof indicator
> is already set when calling raw_input. My original patch does.

I commited your original patch but I kept mine because it doesn't hurt to clear the error on EOF at exit. Reopen the issue if it still doesn't work in all cases.
History
Date User Action Args
2011-05-30 21:51:51vstinnersetrecipients: + vstinner, georg.brandl, pitrou, falsetru, ajaksu2, schmir, Rebecca, nvetoshkin, Finkregh, python-dev
2011-05-30 21:51:50vstinnersetmessageid: <1306792310.98.0.0128966721801.issue1195@psf.upfronthosting.co.za>
2011-05-30 21:51:50vstinnerlinkissue1195 messages
2011-05-30 21:51:50vstinnercreate