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.snow
Recipients Arfrever, daniel.urban, eric.snow, ezio.melotti, flox, jcea, ncoghlan
Date 2013-03-16.15:12:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363446765.73.0.129940046969.issue17044@psf.upfronthosting.co.za>
In-reply-to
Content
I'm fine with that.  Would it make sense to have the signature of __init_class__ parallel meta.__init__():

  __init_class__(cls, name, bases, namespace)

or even

  __init_class__(cls, name, bases, ns, *, namespace=None, **kwds)
History
Date User Action Args
2013-03-16 15:12:45eric.snowsetrecipients: + eric.snow, jcea, ncoghlan, ezio.melotti, Arfrever, flox, daniel.urban
2013-03-16 15:12:45eric.snowsetmessageid: <1363446765.73.0.129940046969.issue17044@psf.upfronthosting.co.za>
2013-03-16 15:12:45eric.snowlinkissue17044 messages
2013-03-16 15:12:45eric.snowcreate