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.

Author BTaskaya
Recipients BTaskaya
Date 2020-01-10.17:16:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578676607.69.0.963910000582.issue39290@roundup.psfhosted.org>
In-reply-to
Content
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
2020-01-10 17:16:47BTaskayasetrecipients: + BTaskaya
2020-01-10 17:16:47BTaskayasetmessageid: <1578676607.69.0.963910000582.issue39290@roundup.psfhosted.org>
2020-01-10 17:16:47BTaskayalinkissue39290 messages
2020-01-10 17:16:47BTaskayacreate