New submission from Rob Malouf:

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.

----------
components: IO
messages: 277898
nosy: rmalouf
priority: normal
severity: normal
status: open
title: TextIOWrapper.tell extremely slow
type: performance
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28340>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to