Message135672
> The patch still does not handle the case where the eof indicator
> is already set when calling raw_input. My original patch does.
Correct, your example fails, but only in Python 2.7. I don't like the idea of always clearing errors. I prefer to reset stdin only after an error or EOF. Attached patch changes file.read() to clear the EOF flag if the read was stopped because of the EOF. |
|
Date |
User |
Action |
Args |
2011-05-10 01:06:34 | vstinner | set | recipients:
+ vstinner, georg.brandl, pitrou, falsetru, ajaksu2, schmir, Rebecca, nvetoshkin, Finkregh, python-dev |
2011-05-10 01:06:34 | vstinner | set | messageid: <1304989594.63.0.6021328237.issue1195@psf.upfronthosting.co.za> |
2011-05-10 01:06:33 | vstinner | link | issue1195 messages |
2011-05-10 01:06:33 | vstinner | create | |
|