[docs] [issue20628] csv.DictReader

R. David Murray report at bugs.python.org
Tue Feb 18 17:08:26 CET 2014


R. David Murray added the comment:

Well, there is a reason why the term 'sequence' was used.  It covers lists, tuples...and anything else that implements the Sequence ABC (http://docs.python.org/library/collections.html#collections-abstract-base-classes).

The word 'sequence' could be made a link to that section by doing:

  :mod:`sequence <collections.abc>`

in the Python3 docs (it would need to be a :ref: to the subsection in the python2 docs, I think).

----------

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


More information about the docs mailing list