[docs] [issue22725] improve documentation for enumerate() (built-in function)

R. David Murray report at bugs.python.org
Mon Oct 27 19:50:45 CET 2014


R. David Murray added the comment:

That would not be consistent with the rest of the docs.  Consider, for example, that the full documetation of dictionary views (https://docs.python.org/3/library/stdtypes.html#dictionary-view-objects), which are iterables in much the same way that the enumerate object is, does not mention next.  The glossary link to iterable will lead the reader to the discussion of next, which is a fundamental Python concept and does not need to be repeated.  In my opinion, of course, others may disagree.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22725>
_______________________________________


More information about the docs mailing list