[issue26016] io.TextIOWrapper.tell() report 65bit number when mix readline() + tell()

STINNER Victor report at bugs.python.org
Tue Jan 5 10:07:12 EST 2016


STINNER Victor added the comment:

Yeah, it's expected that tell() can return big numbers. It returns a black box "cookie".

https://docs.python.org/dev/library/io.html#id3

https://docs.python.org/dev/library/io.html#io.TextIOWrapper

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26016>
_______________________________________


More information about the Python-bugs-list mailing list