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 daniel.urban, ezio.melotti, flox, ncoghlan
Date 2013-02-17.10:50:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361098240.66.0.48128408359.issue17044@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the grammar correction, I've fixed it in the new patch.

The new patch also adds object.__init_class__ (which is a no-op), to support cooperative multiple inheritance of __init_class__. (Adding type.__init_class__ was mentioned in the python-dev discussion, but that is not sufficient, so I've added this method to object instead of type.)

Tests are also updated. I'll update the docs, if this change is OK.
History
Date User Action Args
2013-02-17 10:50:40daniel.urbansetrecipients: + daniel.urban, ncoghlan, ezio.melotti, flox
2013-02-17 10:50:40daniel.urbansetmessageid: <1361098240.66.0.48128408359.issue17044@psf.upfronthosting.co.za>
2013-02-17 10:50:40daniel.urbanlinkissue17044 messages
2013-02-17 10:50:40daniel.urbancreate