[issue4073] distutils build_scripts and install_data commands need 2to3 support

Benjamin Peterson report at bugs.python.org
Mon Nov 24 02:08:40 CET 2008


Benjamin Peterson <musiccomposition at gmail.com> added the comment:

Review:

1. Since RefactoringTool no longer writes backup files, write_file
doesn't need to be overridden.

2. Don't worry about **kwds on log_error. It's not used at the moment.

3. It might be nice to let users pick which fixers they do or do not
want. Using only needed fixers can boost performance immensely.

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


More information about the Python-bugs-list mailing list