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 eric.araujo
Recipients benjamin.peterson, daniel.urban, eric.araujo, gvanrossum, kerio, pitrou, rhettinger, stutzbach
Date 2011-02-24.21:20:17
SpamBayes Score 0.015032274
Marked as misclassified No
Message-id <1298582418.18.0.169846402994.issue10868@psf.upfronthosting.co.za>
In-reply-to
Content
Someone may want to register with an ABC but not inherit methods or add a class to the mro.  It’s always been allowed by the register method; the new decorator feature is just a very minor nicety on top of that.

Edoardo, was your request motivated by a real use case where you didn’t want to inherit from the ABC?
History
Date User Action Args
2011-02-24 21:20:18eric.araujosetrecipients: + eric.araujo, gvanrossum, rhettinger, pitrou, benjamin.peterson, stutzbach, daniel.urban, kerio
2011-02-24 21:20:18eric.araujosetmessageid: <1298582418.18.0.169846402994.issue10868@psf.upfronthosting.co.za>
2011-02-24 21:20:17eric.araujolinkissue10868 messages
2011-02-24 21:20:17eric.araujocreate