[issue4016] improve linecache: reuse tokenize.detect_encoding() and io.open()

Benjamin Peterson report at bugs.python.org
Fri Dec 12 03:01:55 CET 2008


Benjamin Peterson <musiccomposition at gmail.com> added the comment:

I had to revert this because tokenize imports itertools. This is a
problem when building (setup.py) because itertools doesn't exist, yet. I
also think we should consider hard adding more modules that are loaded
at startup time to py3k already huge list.

----------
resolution: accepted -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4016>
_______________________________________


More information about the Python-bugs-list mailing list