[docs] [issue16728] Missing cross-reference in sequence glossary entry

INADA Naoki report at bugs.python.org
Fri Dec 21 14:55:42 CET 2012


INADA Naoki added the comment:

So, I feel the 2nd meaning of "sequence" should be collections.abc.(Mutable)Sequence.

"sequence types in stdlib" have richer API then the ABC. (e.g. comparison, +, *, etc...)
They are "APIs that sequence may have" but not "APIs makes the type sequence."

----------

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


More information about the docs mailing list