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 stutzbach
Recipients ajaksu2, amaury.forgeotdarc, flox, pitrou, stutzbach
Date 2010-03-30.23:58:06
SpamBayes Score 3.098006e-05
Marked as misclassified No
Message-id <1269993488.65.0.274776696901.issue2521@psf.upfronthosting.co.za>
In-reply-to
Content
Are you sure the old-style classes don't support ABCs?

ABCTestCase.validate_isinstance in Lib/test/test_collection.py specifically tests that both new-style and old-style classes work, unless I'm reading it wrong.

(and those tests fail if I make ABCMeta.__instancecheck__ and ABCMeta.__subclasscheck__ always return False for old-style classes)
History
Date User Action Args
2010-03-30 23:58:08stutzbachsetrecipients: + stutzbach, amaury.forgeotdarc, pitrou, ajaksu2, flox
2010-03-30 23:58:08stutzbachsetmessageid: <1269993488.65.0.274776696901.issue2521@psf.upfronthosting.co.za>
2010-03-30 23:58:07stutzbachlinkissue2521 messages
2010-03-30 23:58:07stutzbachcreate