Message230086
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. |
|
Date |
User |
Action |
Args |
2014-10-27 18:50:45 | r.david.murray | set | recipients:
+ r.david.murray, georg.brandl, ezio.melotti, docs@python, ethan.furman, vy0123 |
2014-10-27 18:50:45 | r.david.murray | set | messageid: <1414435845.12.0.397085891222.issue22725@psf.upfronthosting.co.za> |
2014-10-27 18:50:45 | r.david.murray | link | issue22725 messages |
2014-10-27 18:50:44 | r.david.murray | create | |
|