Issue 35282: Add a return value to lib2to3.refactor.refactor_file and refactor_dir

Issue35282

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.
History
Date User Action Args
2022-04-11 14:59:08adminsetgithub: 79463
2021-10-20 23:07:11iritkatrielsetstatus: open -> closed
superseder: Close 2to3 issues and list them here
resolution: wont fix
stage: patch review -> resolved
2019-09-11 16:58:58zach.waresetnosy: + benjamin.peterson, zach.ware

versions: + Python 3.9, - Python 3.8

2018-11-20 19:37:49martindemellosetkeywords: + patch
stage: patch review
pull_requests: + pull_request9866
2018-11-20 19:34:11martindemellocreate