Re: [Python-3000] problems with the 3to2 converter

2008-04-01 Thread Steve Howell
--- Antoine Pitrou <[EMAIL PROTECTED]> wrote: > Steve Howell yahoo.com> writes: > > > >line 673234: lambda cannot be renamed in ANY > > temporal dimension > > > [...] > > > >line 913975: parens not removed from print(), > > please use 3to4 converter instead > > Mmmh... "3to2" was rel

Re: [Python-3000] problems with the 3to2 converter

2008-04-01 Thread Antoine Pitrou
Steve Howell yahoo.com> writes: > >line 673234: lambda cannot be renamed in ANY > temporal dimension > [...] > >line 913975: parens not removed from print(), > please use 3to4 converter instead Mmmh... "3to2" was released on April 1st right ? :) _

Re: [Python-3000] problems with the 3to2 converter

2008-04-01 Thread VanL
Steve Howell wrote: > I've written about 100,000 lines of Py3K code since it > was released, mostly on evenings and weekends, so I > was very excited to see Van release the new 3to2 tool > today. A point of clarification: I did not release anything. I was simply pointing out someone else's work t

Re: [Python-3000] problems with the 3to2 converter

2008-04-01 Thread Collin Winter
On Tue, Apr 1, 2008 at 7:38 AM, Steve Howell <[EMAIL PROTECTED]> wrote: > I've written about 100,000 lines of Py3K code since it > was released, mostly on evenings and weekends, so I > was very excited to see Van release the new 3to2 tool > today. > > I immediately ran it against my codebase, a

[Python-3000] problems with the 3to2 converter

2008-04-01 Thread Steve Howell
I've written about 100,000 lines of Py3K code since it was released, mostly on evenings and weekends, so I was very excited to see Van release the new 3to2 tool today. I immediately ran it against my codebase, and it mostly works, but I got some strange diagnostics: line 673234: lambda cannot