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 eryksun
Recipients berdario, eryksun, ezio.melotti, rhettinger, stutzbach
Date 2015-11-26.12:30:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448541058.69.0.600188043733.issue25737@psf.upfronthosting.co.za>
In-reply-to
Content
This is a duplicate of issue 23864, i.e. only the "one-trick ponies" work:

    >>> issubclass(array.array, abc.Sized)
    True
    >>> issubclass(array.array, abc.Iterable)
    True
    >>> issubclass(array.array, abc.Container)
    True
History
Date User Action Args
2015-11-26 12:30:58eryksunsetrecipients: + eryksun, rhettinger, stutzbach, ezio.melotti, berdario
2015-11-26 12:30:58eryksunsetmessageid: <1448541058.69.0.600188043733.issue25737@psf.upfronthosting.co.za>
2015-11-26 12:30:58eryksunlinkissue25737 messages
2015-11-26 12:30:58eryksuncreate