New submission from steve21 <steve872929...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue5032> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com