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 kszawala
Recipients kszawala
Date 2009-09-24.10:38:10
SpamBayes Score 1.3268755e-06
Marked as misclassified No
Message-id <1253788693.35.0.162320870047.issue6985@psf.upfronthosting.co.za>
In-reply-to
Content
range() method fails with the following error message:

"
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OverflowError: range() result has too many items
"

when passing a valid integer value of 9999999999.
This value is obtained from OptParse command-line option as a valid 
ingeter.

Applies to both Windows and Linux (32 and 64-bit).
History
Date User Action Args
2009-09-24 10:38:14kszawalasetrecipients: + kszawala
2009-09-24 10:38:13kszawalasetmessageid: <1253788693.35.0.162320870047.issue6985@psf.upfronthosting.co.za>
2009-09-24 10:38:11kszawalalinkissue6985 messages
2009-09-24 10:38:10kszawalacreate