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 steve21
Recipients steve21
Date 2009-01-22.13:14:30
SpamBayes Score 0.00089591584
Marked as misclassified No
Message-id <1232630071.89.0.921140735063.issue5032@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to request a 'step' argument be added for itertools.count. It
would be useful in the same way that step is useful for the 'range'
function.

('range' and 'count' are very similar - 'count' could even be merged into
'range', for example by making 'range(None)' equivalent to 'count()')
History
Date User Action Args
2009-01-22 13:14:32steve21setrecipients: + steve21
2009-01-22 13:14:31steve21setmessageid: <1232630071.89.0.921140735063.issue5032@psf.upfronthosting.co.za>
2009-01-22 13:14:30steve21linkissue5032 messages
2009-01-22 13:14:30steve21create