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 tim.peters
Recipients
Date 2004-02-17.00:06:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Sorry for the delay.  Paul is certainly correct that the only 
thing you can reliably do with a tell() result from a file opened 
in text mode is seek() to it later.  Arithmetic on tell() results 
makes no sense for text-mode files.  That's ANSI C rules, and 
they matter on Windows.

Since we're going on two years without a patch here, sounds 
like changing the docs is better than nothing.
History
Date User Action Args
2007-08-23 14:04:25adminlinkissue586899 messages
2007-08-23 14:04:25admincreate