[issue5032] itertools.count step
steve21
report at bugs.python.org
Thu Jan 22 14:14:31 CET 2009
New submission from steve21 <steve872929-bv at yahoo.com.au>:
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()')
----------
components: None
messages: 80368
nosy: steve21
severity: normal
status: open
title: itertools.count step
type: feature request
versions: Python 3.0
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5032>
_______________________________________
More information about the Python-bugs-list
mailing list