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 chrome
Recipients chrome
Date 2020-08-28.13:32:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598621534.19.0.258305010682.issue41655@roundup.psfhosted.org>
In-reply-to
Content
`lib2to3.refactor.RefactoringTool.traverse_by` do a pre-order or post-order, and apply every candidate fixer to each node when traverse the tree. when a prior fixer add a new node that contains children, these children won't be visited by posterior fixers.
History
Date User Action Args
2020-08-28 13:32:14chromesetrecipients: + chrome
2020-08-28 13:32:14chromesetmessageid: <1598621534.19.0.258305010682.issue41655@roundup.psfhosted.org>
2020-08-28 13:32:14chromelinkissue41655 messages
2020-08-28 13:32:14chromecreate