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 mm
Recipients flox, georg.brandl, mm
Date 2010-01-16.23:07:15
SpamBayes Score 2.7122057e-08
Marked as misclassified No
Message-id <1263683237.53.0.81809008988.issue7721@psf.upfronthosting.co.za>
In-reply-to
Content
The new snippet does not work for me:

>>> list(irange(-12, 20, 4))
[-12, -8, -4, 0, 4]

I have attached code that seems to work.
It is more than a snipped though.
History
Date User Action Args
2010-01-16 23:07:17mmsetrecipients: + mm, georg.brandl, flox
2010-01-16 23:07:17mmsetmessageid: <1263683237.53.0.81809008988.issue7721@psf.upfronthosting.co.za>
2010-01-16 23:07:15mmlinkissue7721 messages
2010-01-16 23:07:15mmcreate