>> When running 2to3 from a setup.py script, does it run on the whole
>> codebase or only files that are found newer by the make-like
>> timestamp-based dependency system? If it’s the former, as some messages
>> seem to show (sorry no time to test right now), ISTM we can fix
>> distutils to do the
On Fri, 09 Dec 2011 17:38:56 +0100
Éric Araujo wrote:
> Hi,
>
> When running 2to3 from a setup.py script, does it run on the whole
> codebase or only files that are found newer by the make-like
> timestamp-based dependency system? If it’s the former, as some messages
> seem to show (sorry no tim