Long integers, xrange and number theory
Paul Rubin
phr-n2002b at NOSPAMnightsong.com
Sat Dec 7 12:39:43 EST 2002
More information about the Python-list mailing list
Sat Dec 7 12:39:43 EST 2002
- Previous message (by thread): Long integers, xrange and number theory
- Next message (by thread): Long integers, xrange and number theory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Long integers, xrange and number theory
- Next message (by thread): Long integers, xrange and number theory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list