Issue 39290: lib2to3.fixes.fix_import: support imports_as_name in traverse_imports - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
process
Status: closed Resolution: wont fix
Dependencies: Superseder: Close 2to3 issues and list them here
View: 45544
Assigned To: Nosy List: BTaskaya, benjamin.peterson
Priority: normal Keywords: patch

Created on 2020-01-10 17:16 by BTaskaya, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 17944 closed BTaskaya, 2020-01-10 17:24
Messages (1)
msg359742 - (view) Author: Batuhan Taskaya (BTaskaya) * (Python committer) Date: 2020-01-10 17:16
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.