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 belopolsky
Recipients
Date 2007-04-23.20:22:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I was not able to reproduce the problem.  I tried to read through the end of the file, append to the file from an external process and read again.  It worked as expected: more data was read.

The proposed patch seems to be redundant: once ferror(f->f_fp) is known to be 0, clearerr will do nothing and in the alternative branch clearerr is already there. 
History
Date User Action Args
2007-08-23 15:58:11adminlinkissue1706039 messages
2007-08-23 15:58:11admincreate