Cool! Is the next plan to make lib2to3 part of the stdlib in 2.6 and 3.0?

On Sun, Mar 16, 2008 at 2:47 PM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote:
> After talking to Collin, I just committed a change to
>  2to3 to make it installable as an executable script
>  called "2to3".
>
>  To do so, I had to wrap all the top-level modules
>  into a package, and move the fixes and tests into
>  that package. Lacking a better name, I called the
>  library lib2to3. I also install pgen2 as a separate
>  package.
>
>  In the process, I had to change all the imports,
>  and I did that by using relative imports. As
>  a consequence, 2to3 currently won't work on
>  Python 2.4.
>
>  Regards,
>  Martin
>  _______________________________________________
>  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/guido%40python.org
>



-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
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

Reply via email to