[issue31143] lib2to3 requires source files for fixes

Steve Dower report at bugs.python.org
Fri Aug 11 23:41:09 EDT 2017


Steve Dower added the comment:

Perhaps the more important question is whether 2to3 really needs to dynamically generate a list of fixers or if that should have been stopped due to YAGNI. There are only a few modules in the stdlib, and it doesn't seem to support proper namespace packages, so unless there are plans to suddenly add many more we could just make it a hard coded list.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31143>
_______________________________________


More information about the Python-bugs-list mailing list