Long integers, xrange and number theory

Paul Rubin phr-n2002b at NOSPAMnightsong.com
Sat Dec 7 12:39:43 EST 2002


Mark Edward Tristan Dickinson <dickinsm at umich.edu> writes:
> Are there any plans to allow (large) long integer arguments to the
> built-in functions range and xrange?  I assume that this is part of
> the int/long unification, but was unable to find any mention of it in
> PEP 237.

I hope at least xrange will be fixed, however it's easy to do what
you want with generators.



More information about the Python-list mailing list