> In addition to Ned Deily's previous comments, I'd like to note that 2to3 > assumes the source is valid 2.6 code - you have to ensure the code runs > fine with Python 2.6 before using 2to3 to convert to 3.x That's wrong - 2to3 works just fine on, say, 2.3 code that has never been run on 2.6. Regards, Martin