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 Stefan Pochmann
Recipients Stefan Pochmann, docs@python
Date 2017-12-15.20:50:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513371025.57.0.213398074469.issue32341@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-12-15 20:50:25Stefan Pochmannsetrecipients: + Stefan Pochmann, docs@python
2017-12-15 20:50:25Stefan Pochmannsetmessageid: <1513371025.57.0.213398074469.issue32341@psf.upfronthosting.co.za>
2017-12-15 20:50:25Stefan Pochmannlinkissue32341 messages
2017-12-15 20:50:25Stefan Pochmanncreate