[New-bugs-announce] [issue23871] turning itertools.{repeat, count} into indexable iterables

Antony Lee report at bugs.python.org
Sun Apr 5 00:59:03 CEST 2015


New submission from Antony Lee:

itertools.repeat and itertools.count could be made into indexable iterables (rather than iterators), rather than iterators, like range is right now.

----------
components: Library (Lib)
messages: 240096
nosy: Antony.Lee
priority: normal
severity: normal
status: open
title: turning itertools.{repeat,count} into indexable iterables
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23871>
_______________________________________


More information about the New-bugs-announce mailing list