[issue45544] Close 2to3 issues and list them here

2021-10-20 Thread Martin DeMello
Change by Martin DeMello : -- nosy: +martindemello nosy_count: 4.0 -> 5.0 pull_requests: +27384 pull_request: https://github.com/python/cpython/pull/10618 ___ Python tracker <https://bugs.python.org/issu

[issue35282] Add a return value to lib2to3.refactor.refactor_file and refactor_dir

2018-11-20 Thread Martin DeMello
Change by Martin DeMello : -- keywords: +patch pull_requests: +9866 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35282> ___ ___ Py

[issue35282] Add a return value to lib2to3.refactor.refactor_file and refactor_dir

2018-11-20 Thread Martin DeMello
New submission from Martin DeMello : It would be useful for lib2to3.refactor to return which files were actually changed. Right now that information is logged but not returned. -- components: 2to3 (2.x to 3.x conversion tool) messages: 330149 nosy: martindemello priority: normal