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 gvanrossum
Recipients
Date 2001-04-18.14:00:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

Writing after reading without an intervening seek() is
illegal in C's stdio, but the Python file object (a thin
wrapper around stdio) doesn't know how to check for this
error condition.  So, we have to say "then don't do this".

Possible point of light: there's discussion on writing a new
I/O library for Python that avoids relying on stdio.  It
could fix this issue, too.

Closing the bug now.
History
Date User Action Args
2007-08-23 13:53:55adminlinkissue416906 messages
2007-08-23 13:53:55admincreate