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 vstinner
Recipients EcmaXp_, vstinner
Date 2016-01-05.15:07:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452006432.58.0.101351547026.issue26016@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-01-05 15:07:12vstinnersetrecipients: + vstinner, EcmaXp_
2016-01-05 15:07:12vstinnersetmessageid: <1452006432.58.0.101351547026.issue26016@psf.upfronthosting.co.za>
2016-01-05 15:07:12vstinnerlinkissue26016 messages
2016-01-05 15:07:12vstinnercreate