[issue3994] import fixer misses some symbols

Nick Edds report at bugs.python.org
Thu Oct 9 22:30:57 CEST 2008


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

Here is a patch with a new test case. I don't know if we should apply it
until we've heard from Collin though. The old version of fix_imports
fails the new test, but this version, which allows matching of nodes
nested within matches, passes the new test I added for nesting, as well
as all of the other 2to3 tests.

----------
keywords: +patch
Added file: http://bugs.python.org/file11756/fix_imports_bug.diff

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


More information about the Python-bugs-list mailing list