[issue12543] `issubclass(collections.deque, collections.Sequence) == False`

R. David Murray report at bugs.python.org
Tue Jul 12 22:47:50 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Maybe they don't support all Sequence operations?  They don't support slicing, certainly, but I can't tell from the collections ABC docs if Sequence is required to support slicing.

----------
nosy: +r.david.murray, rhettinger

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


More information about the Python-bugs-list mailing list