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 flox
Recipients flox, georg.brandl, mm
Date 2010-01-16.23:37:35
SpamBayes Score 0.0005816112
Marked as misclassified No
Message-id <1263685057.48.0.599982740584.issue7721@psf.upfronthosting.co.za>
In-reply-to
Content
Right. Insufficient test.

This snippet looks better, if we provide a replacement for 2.6.

>>> irange = lambda start, stop, step: islice(count(start), 0, stop-start, step)
History
Date User Action Args
2010-01-16 23:37:37floxsetrecipients: + flox, georg.brandl, mm
2010-01-16 23:37:37floxsetmessageid: <1263685057.48.0.599982740584.issue7721@psf.upfronthosting.co.za>
2010-01-16 23:37:35floxlinkissue7721 messages
2010-01-16 23:37:35floxcreate