-
Guido van Rossum yazdı
- range() now works even if the arguments are longs with magnitude larger than sys.maxint, as long as the total length of the sequence fits. E.g., range(2**100, 2**101, 2**100) is the following list: [1267650600228229401496703205376L]. (SF patch #707427.)
efbbb1c6
To find the state of this project's repository at the time of any of these versions, check out
the tags.