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 berdario
Recipients berdario
Date 2015-11-26.11:34:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448537649.86.0.885493348949.issue25737@psf.upfronthosting.co.za>
In-reply-to
Content
>>> from array import array
>>> from collections.abc import Sequence
>>> isinstance(array('I', [1]), Sequence)
False
History
Date User Action Args
2015-11-26 11:34:09berdariosetrecipients: + berdario
2015-11-26 11:34:09berdariosetmessageid: <1448537649.86.0.885493348949.issue25737@psf.upfronthosting.co.za>
2015-11-26 11:34:09berdariolinkissue25737 messages
2015-11-26 11:34:09berdariocreate