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 ncoghlan
Recipients georg.brandl, ncoghlan
Date 2011-01-12.03:21:52
SpamBayes Score 0.00311673
Marked as misclassified No
Message-id <1294802517.93.0.998885218377.issue10889@psf.upfronthosting.co.za>
In-reply-to
Content
Committed as r87948.

I added a few large_range tests to those in the patch. I checked that IndexError is raised when appropriate, as well as a specific test for the combination of a large range with a large negative step.
History
Date User Action Args
2011-01-12 03:21:57ncoghlansetrecipients: + ncoghlan, georg.brandl
2011-01-12 03:21:57ncoghlansetmessageid: <1294802517.93.0.998885218377.issue10889@psf.upfronthosting.co.za>
2011-01-12 03:21:52ncoghlanlinkissue10889 messages
2011-01-12 03:21:52ncoghlancreate