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 rmalouf
Recipients rmalouf
Date 2016-10-02.15:51:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475423487.6.0.338998508065.issue28340@psf.upfronthosting.co.za>
In-reply-to
Content
io.TextIOWrapper.tell() is unusably slow in Python 2.7.  This same problem was introduced in Python 3 and fixed in Python 3.3 (see Issue # 11114).  Any chance of getting the fix backported into the Python 2.7 library? It would make it much easier to modernize Unicode handling in libraries that have to support both 2 and 3 using the same codebase.
History
Date User Action Args
2016-10-02 15:51:27rmaloufsetrecipients: + rmalouf
2016-10-02 15:51:27rmaloufsetmessageid: <1475423487.6.0.338998508065.issue28340@psf.upfronthosting.co.za>
2016-10-02 15:51:27rmalouflinkissue28340 messages
2016-10-02 15:51:27rmaloufcreate