[issue6408] 2to3: Local package import

2009-07-03 Thread Alejandro Santos
Alejandro Santos added the comment: Nice, Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue6408] 2to3: Local package import

2009-07-03 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r73811. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue6408] 2to3: Local package import

2009-07-03 Thread Alejandro Santos
New submission from Alejandro Santos : The 2to3 tool shipped with Python 3.1 final doesn't handle correctly a local package import (fixer fix_import). Test case: $ find . -name '*.py' ./__init__.py ./a.py ./b/__init__.py ./b/m.py $ 2to3 a.py RefactoringTool: Skipping implicit fixer: buffer Refa