> My understanding of the problem is that clearerr() needs to be called > before any FILE read operations on *some* platforms. The only platform I > saw mentioned was OS X. Towards that end, I have attached a much simpler > patch onto the tracker issue, which maybe somebody can verify solves the > problem because I do not have access to a platform which fails the test > that was originally given.
Thanks. I won't then reject the patch outright, only revert it from 2.5. I can't give this a second try, as 2.5.3 was already supposed to be the last release - I don't want to find myself reverting your patch two weeks from now. Is the approach that you add a clearerr call is added for each read operation? Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com