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 benjamin.peterson, daniel.urban, eric.araujo, gvanrossum, kerio, pitrou, rhettinger, stutzbach
Date 2011-02-24.18:37:24
SpamBayes Score 0.0014278671
Marked as misclassified No
Message-id <1298572645.45.0.0648588034832.issue10868@psf.upfronthosting.co.za>
In-reply-to
Content
In what use-cases would you want to call MyABC.register() when defining a class instead of inheriting from MyABC?

I always thought of the register() as hack to make it possible to support types written in C, which can't inherit from the ABC.
History
Date User Action Args
2011-02-24 18:37:25stutzbachsetrecipients: + stutzbach, gvanrossum, rhettinger, pitrou, benjamin.peterson, eric.araujo, daniel.urban, kerio
2011-02-24 18:37:25stutzbachsetmessageid: <1298572645.45.0.0648588034832.issue10868@psf.upfronthosting.co.za>
2011-02-24 18:37:24stutzbachlinkissue10868 messages
2011-02-24 18:37:24stutzbachcreate