[Python-Dev] More int/long integration issues

Guido van Rossum guido@python.org
Thu, 13 Mar 2003 12:24:33 -0500


> Now that we have a kind of long/int integration, maybe it makes sense
> to update xrange()?  Or is that really a 2.4 feature?

IMO, xrange() must die.

As a compromise to practicality, it should lose functionality, not
gain any.

--Guido van Rossum (home page: http://www.python.org/~guido/)