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: Add a return value to lib2to3.refactor.refactor_file and refactor_dir
Type: enhancement 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: 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.
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