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 methane
Recipients methane
Date 2012-12-19.12:31:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355920265.34.0.0728765974956.issue16728@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 3.3:

In [33]: issubclass(Foo, collections.abc.Sequence)
Out[33]: False
History
Date User Action Args
2012-12-19 12:31:05methanesetrecipients: + methane
2012-12-19 12:31:05methanesetmessageid: <1355920265.34.0.0728765974956.issue16728@psf.upfronthosting.co.za>
2012-12-19 12:31:05methanelinkissue16728 messages
2012-12-19 12:31:04methanecreate