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 r.david.murray
Recipients docs@python, ethan.furman, ezio.melotti, georg.brandl, r.david.murray, vy0123
Date 2014-10-27.18:50:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414435845.12.0.397085891222.issue22725@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-10-27 18:50:45r.david.murraysetrecipients: + r.david.murray, georg.brandl, ezio.melotti, docs@python, ethan.furman, vy0123
2014-10-27 18:50:45r.david.murraysetmessageid: <1414435845.12.0.397085891222.issue22725@psf.upfronthosting.co.za>
2014-10-27 18:50:45r.david.murraylinkissue22725 messages
2014-10-27 18:50:44r.david.murraycreate