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 Alexander Gosselin
Recipients Alexander Gosselin
Date 2017-04-21.15:00:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492786836.55.0.150930236704.issue30130@psf.upfronthosting.co.za>
In-reply-to
Content
array.array has all of the methods required by collections.MutableSequence, but:

>>> import array
>>> import collections
>>> isinstance(array.array, collections.MutableSequence)
False
History
Date User Action Args
2017-04-21 15:00:36Alexander Gosselinsetrecipients: + Alexander Gosselin
2017-04-21 15:00:36Alexander Gosselinsetmessageid: <1492786836.55.0.150930236704.issue30130@psf.upfronthosting.co.za>
2017-04-21 15:00:36Alexander Gosselinlinkissue30130 messages
2017-04-21 15:00:36Alexander Gosselincreate