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 rhettinger
Recipients docs@python, ncoghlan, rhettinger, terry.reedy
Date 2018-07-17.07:16:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531811774.8.0.56676864532.issue34118@psf.upfronthosting.co.za>
In-reply-to
Content
> How about a note under the index table:

> Functions that must be classes are tagged *class*.
<  The iterator functions enumerate, filter, map, reversed, and zip 
> are classes in CPython, but they are not tagged because they 
> could be implemented as generator functions.

This doesn't seem like it adds any value at all and I don't see what problem is being solved.  Adding a cryptic note at the top doesn't make the docs any more readable.  I recommend leaving the iterator factories as-is.  AFAICT, the current docs are not a source of confusion and the text descriptions suffice to explain what is being done.
History
Date User Action Args
2018-07-17 07:16:14rhettingersetrecipients: + rhettinger, terry.reedy, ncoghlan, docs@python
2018-07-17 07:16:14rhettingersetmessageid: <1531811774.8.0.56676864532.issue34118@psf.upfronthosting.co.za>
2018-07-17 07:16:14rhettingerlinkissue34118 messages
2018-07-17 07:16:14rhettingercreate