On Wed, Aug 20, 2008 at 9:19 AM, Edward K. Ream <[EMAIL PROTECTED]> 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 _______________________________________________ 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