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 daniel.urban
Recipients benjamin.peterson, daniel.urban, eric.araujo, gvanrossum, kerio, pitrou, rhettinger, stutzbach
Date 2011-02-26.12:32:16
SpamBayes Score 4.2596912e-05
Marked as misclassified No
Message-id <1298723536.85.0.171027197563.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?

For example if you don't want to inherit a __dict__ for a tree-like data structure (see also issue11333).
History
Date User Action Args
2011-02-26 12:32:16daniel.urbansetrecipients: + daniel.urban, gvanrossum, rhettinger, pitrou, benjamin.peterson, stutzbach, eric.araujo, kerio
2011-02-26 12:32:16daniel.urbansetmessageid: <1298723536.85.0.171027197563.issue10868@psf.upfronthosting.co.za>
2011-02-26 12:32:16daniel.urbanlinkissue10868 messages
2011-02-26 12:32:16daniel.urbancreate