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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22725>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to