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
Title: lib2to3.fixes.fix_import: support imports_as_name in traverse_imports
Type: Stage: resolved
Components: 2to3 (2.x to 3.x conversion tool) Versions: Python 3.9
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.
History
Date User Action Args
2022-04-11 14:59:25adminsetgithub: 83471
2021-10-20 22:56:10iritkatrielsetstatus: open -> closed
superseder: Close 2to3 issues and list them here
resolution: wont fix
stage: patch review -> resolved
2020-01-12 17:32:07BTaskayasetnosy: + benjamin.peterson
2020-01-12 17:31:57BTaskayasetcomponents: + 2to3 (2.x to 3.x conversion tool)
versions: + Python 3.9
2020-01-10 17:24:28BTaskayasetkeywords: + patch
stage: patch review
pull_requests: + pull_request17352
2020-01-10 17:16:47BTaskayacreate