[issue3358] 2to3 Iterative Wildcard Matching

Nick Edds report at bugs.python.org
Fri Jul 18 19:00:21 CEST 2008


Nick Edds <nedds at uchicago.edu> added the comment:

Just as an added note: with the new changes made to fix_imports, this is
now noticeably slower than the recursive approach, even after I made a
few optimizations like removing the unnecessary len() in the while loop.

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


More information about the Python-bugs-list mailing list