Issue 35282: Add a return value to lib2to3.refactor.refactor_file and refactor_dir - 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: benjamin.peterson, martindemello, zach.ware
Priority: normal Keywords: patch

Created on 2018-11-20 19:34 by martindemello, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 10618 closed martindemello, 2018-11-20 19:37
Messages (1)
msg330149 - (view) Author: Martin DeMello (martindemello) * Date: 2018-11-20 19:34
It would be useful for lib2to3.refactor to return which files were actually changed. Right now that information is logged but not returned.