Re: 2to3 for 2.7

2012-05-27 Thread ru...@yahoo.com
On 05/27/2012 07:53 AM, Steven D'Aprano wrote: > > On Sat, 26 May 2012 19:37:33 -0700, ru...@yahoo.com wrote: >> >> Is there a list of fixers I can tell 2to3 to use that will limit changes >> >> to things that will continue to run under python-2.7? > > > > So you want a 2to2? Yes. :-) > > I sugg

Re: 2to3 for 2.7

2012-05-27 Thread Steven D'Aprano
On Sat, 26 May 2012 19:37:33 -0700, ru...@yahoo.com wrote: > Is there a list of fixers I can tell 2to3 to use that will limit changes > to things that will continue to run under python-2.7? So you want a 2to2? I suggest you read the Fine Manual and choose the fixers you want to apply yourself:

Re: 2to3 for 2.7

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 7:37 PM, "ru...@yahoo.com" wrote: > Is there a list of fixers I can tell 2to3 to use that will > limit changes to things that will continue to run under > python-2.7? > > I want to start the 2->3 trip by making my code > as py3 compatible (under p