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 pitrou
Recipients Laurens, amaury.forgeotdarc, dsm001, eric.smith, pitrou
Date 2011-02-04.14:10:49
SpamBayes Score 0.0064885104
Marked as misclassified No
Message-id <1296828650.11.0.746292106026.issue11114@psf.upfronthosting.co.za>
In-reply-to
Content
That's expected. seek() and tell() on text (unicode) files are slow by construction. You should open your file in binary mode instead, if you want to do any seeking.

Maybe I should add a note in http://docs.python.org/dev/library/io.html#performance
History
Date User Action Args
2011-02-04 14:10:50pitrousetrecipients: + pitrou, amaury.forgeotdarc, dsm001, eric.smith, Laurens
2011-02-04 14:10:50pitrousetmessageid: <1296828650.11.0.746292106026.issue11114@psf.upfronthosting.co.za>
2011-02-04 14:10:49pitroulinkissue11114 messages
2011-02-04 14:10:49pitroucreate