[Python-3000] 2to3 docs? Py2.6 -3 warnings
Brett Cannon
brett at python.org
Wed Aug 20 19:16:23 CEST 2008
On Wed, Aug 20, 2008 at 9:19 AM, Edward K. Ream <edreamleo at gmail.com> wrote:
> Am I missing something in front of my nose? Where are the docs for
> 2to3? I've tried, and failed, several times to run this script.
>
> Also, python2.6 -3 did not seem to warn about xrange.
>
Warnings with the -3 flag only occur for things that 2to3 cannot fix.
Changing xrange() to range() in Py3K is easily done by 2to3, so no
explicit warning is raised.
-Brett
More information about the Python-3000
mailing list