Martin Panter added the comment:

The documentation for tell() 
<https://docs.python.org/3/library/io.html#io.TextIOBase.tell> says that it 
returns an opaque number. Depending on the codec used, it might have to record 
the state of the text decoder, CRLF decoder, byte position, etc, all in that 
number. So I don’t think the return value being large is a bug.

Perhaps the change in behaviour from Python 2 is due to Issue 11114. Also, 
Issue 25849 was recently opened about text file seeking.

----------
nosy: +martin.panter

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26016>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to