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 terry.reedy
Recipients docs@python, gvanrossum, raulcd, rhettinger, terry.reedy
Date 2021-10-08.21:32:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633728769.45.0.0141103548235.issue45378@roundup.psfhosted.org>
In-reply-to
Content
The iterator classes are not identified as such because being a class instead of a function, such as a generator function, is a CPython implementation detail, not a language requirement.

Searching for filter seems as bad -- builtin filter is about the 60th hit.  Builtins should be listed first instead.
History
Date User Action Args
2021-10-08 21:32:49terry.reedysetrecipients: + terry.reedy, gvanrossum, rhettinger, docs@python, raulcd
2021-10-08 21:32:49terry.reedysetmessageid: <1633728769.45.0.0141103548235.issue45378@roundup.psfhosted.org>
2021-10-08 21:32:49terry.reedylinkissue45378 messages
2021-10-08 21:32:49terry.reedycreate