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

Martin v. Löwis report at bugs.python.org
Sun Nov 30 19:31:29 CET 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

Thanks for the review. Here is a revised version, addressing comments 1
and 2.

Comment 3 is address by exposing all arguments to RefactoringTool as
class variables in a new class Mixin2to3, from which build_py and
build_scripts inherit.

Added file: http://bugs.python.org/file12174/build_scripts.diff

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


More information about the Python-bugs-list mailing list