[docs] [issue32341] itertools "generators"?

Stefan Pochmann report at bugs.python.org
Fri Dec 15 15:50:25 EST 2017


New submission from Stefan Pochmann <stefan.pochmann at gmail.com>:

The itertools page https://docs.python.org/3.6/library/itertools.html says "Combinatoric generators:" above the table with product(), permutations(), etc. But as far as I understand, they're not generators and they don't produce generator iterators. I think the table title should be "Combinatoric iterators:" instead, in line with "Infinite Iterators:" and "Iterators terminating on the shortest input sequence:" of the two tables above it.

Reference:
https://docs.python.org/3/glossary.html#term-generator

----------
assignee: docs at python
components: Documentation
messages: 308425
nosy: Stefan Pochmann, docs at python
priority: normal
severity: normal
status: open
title: itertools "generators"?
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32341>
_______________________________________


More information about the docs mailing list