[Python-3000] problems with the 3to2 converter

Collin Winter collinw at gmail.com
Tue Apr 1 17:30:46 CEST 2008


On Tue, Apr 1, 2008 at 7:38 AM, Steve Howell <showell30 at yahoo.com> 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, and it
>  mostly works, but I got some strange diagnostics:
>
>    line 673234: lambda cannot be renamed in ANY
>  temporal dimension
>
>    line 782121: grammar reduced to LL(0), turn on -0
>  flag for further simplification
>
>    line 913975: parens not removed from print(),
>  please use 3to4 converter instead
>
>  Thoughts?

Are you talking about the 3to2 written by the PyPy people
(http://morepypy.blogspot.com/2008/04/trying-to-get-pypy-to-run-on-python-30.html)?
You should ask them, since that's their project. (2to3 is the one
maintained by python-dev.)

Collin Winter


More information about the Python-3000 mailing list