[issue45378] Can't find "map" with search on docs.python.org

Terry J. Reedy report at bugs.python.org
Fri Oct 8 17:32:49 EDT 2021


Terry J. Reedy <tjreedy at udel.edu> added the comment:

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.

----------
nosy: +terry.reedy

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


More information about the Python-bugs-list mailing list