Re: [Python-Dev] 2to3 and timestamps

2011-12-11 Thread Martin v. Löwis
>> 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

[Python-Dev] 2to3 and timestamps

2011-12-09 Thread Antoine Pitrou
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