[New-bugs-announce] [issue30130] array.array is not an instance of collections.MutableSequence

Alexander Gosselin report at bugs.python.org
Fri Apr 21 11:00:36 EDT 2017


New submission from Alexander Gosselin:

array.array has all of the methods required by collections.MutableSequence, but:

>>> import array
>>> import collections
>>> isinstance(array.array, collections.MutableSequence)
False

----------
messages: 292053
nosy: Alexander Gosselin
priority: normal
severity: normal
status: open
title: array.array is not an instance of collections.MutableSequence
type: enhancement
versions: Python 3.5

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


More information about the New-bugs-announce mailing list