[issue39290] lib2to3.fixes.fix_import: support imports_as_name in traverse_imports

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed superseder: -> Close 2to3 issues and list them here ___ Python tracker

[issue39290] lib2to3.fixes.fix_import: support imports_as_name in traverse_imports

2020-01-12 Thread Batuhan
Change by Batuhan : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39290] lib2to3.fixes.fix_import: support imports_as_name in traverse_imports

2020-01-12 Thread Batuhan
Change by Batuhan : -- components: +2to3 (2.x to 3.x conversion tool) versions: +Python 3.9 ___ Python tracker ___ ___

[issue39290] lib2to3.fixes.fix_import: support imports_as_name in traverse_imports

2020-01-10 Thread Batuhan
Change by Batuhan : -- keywords: +patch pull_requests: +17352 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17944 ___ Python tracker ___

[issue39290] lib2to3.fixes.fix_import: support imports_as_name in traverse_imports

2020-01-10 Thread Batuhan
New submission from Batuhan : I've been working on custom lib2to3 fixers and I use some of the already definied utilites inside the fixers. But traverse_imports can't traverse from import names, which is pretty simple and straight forward to implement. -- messages: 359742 nosy: