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, 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 _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com