[Python-Dev] readd u'' literal support in 3.3?

Lennart Regebro regebro at gmail.com
Fri Dec 9 21:46:42 CET 2011


On Fri, Dec 9, 2011 at 17:38, Éric Araujo <merwok at netwok.org> wrote:
> 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?

Only on the ones that are newer. But since at install time, that's all
of them, it doesn't really help. :-)

//Lennart


More information about the Python-Dev mailing list