[Scons-dev] scons running on py2.7 and py3.3
Neal Becker
ndbecker2 at gmail.com
Mon Sep 9 10:50:25 EDT 2013
Gary Oberbrunner wrote:
> That's very impressive, Neal! The diff is so big it slows down my web
> browser. :-)
>
> Could you summarize the major themes here? I see a lot of 0644 -> 0o644,
> UserList.UserList -> collections.UserList, print X -> print(X), exceptions
> with "as", and some unicode stuff.
>
> And what is it that prevents it working on 2.6? Would we stand any chance
> of making that work?
>
The bulk of those changes are the result of running 2to3-3.3 script. If you
want to see my manual changes, run 2to3 on the previous hg version, and then
diff that to mine.
More information about the Scons-dev
mailing list