This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients eric.araujo, georg.brandl, parent5446
Date 2011-07-05.15:42:20
SpamBayes Score 0.0008657932
Marked as misclassified No
Message-id <1309880541.08.0.0485984329124.issue12485@psf.upfronthosting.co.za>
In-reply-to
Content
xrange does not exist in Python 3, it’s called range.  You should have seen yesterday that I changed the versions: as a new feature, this cannot go into stable releases, only into the next one.

I’m adding Georg to nosy per http://docs.python.org/devguide/experts
History
Date User Action Args
2011-07-05 15:42:21eric.araujosetrecipients: + eric.araujo, georg.brandl, parent5446
2011-07-05 15:42:21eric.araujosetmessageid: <1309880541.08.0.0485984329124.issue12485@psf.upfronthosting.co.za>
2011-07-05 15:42:20eric.araujolinkissue12485 messages
2011-07-05 15:42:20eric.araujocreate