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, r.david.murray, rogererens, sean.rodman
Date 2014-02-18.16:08:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392739706.08.0.476539832184.issue20628@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2014-02-18 16:08:26r.david.murraysetrecipients: + r.david.murray, rogererens, docs@python, sean.rodman
2014-02-18 16:08:26r.david.murraysetmessageid: <1392739706.08.0.476539832184.issue20628@psf.upfronthosting.co.za>
2014-02-18 16:08:26r.david.murraylinkissue20628 messages
2014-02-18 16:08:25r.david.murraycreate