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 benjamin.peterson
Recipients arigo, bakuriu, benjamin.peterson, brian.curtin, catalin.iacob, pitrou, rhettinger, serhiy.storchaka, skrah
Date 2013-04-11.17:42:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365702179.18.0.234922780043.issue16273@psf.upfronthosting.co.za>
In-reply-to
Content
Giacomo, that's not related to the 2.7 problem. In Python 3, the result of f.tell() is not a file position, but a special value that tells the decoder to pick up when you seek().
History
Date User Action Args
2013-04-11 17:42:59benjamin.petersonsetrecipients: + benjamin.peterson, arigo, rhettinger, pitrou, brian.curtin, skrah, catalin.iacob, serhiy.storchaka, bakuriu
2013-04-11 17:42:59benjamin.petersonsetmessageid: <1365702179.18.0.234922780043.issue16273@psf.upfronthosting.co.za>
2013-04-11 17:42:59benjamin.petersonlinkissue16273 messages
2013-04-11 17:42:59benjamin.petersoncreate