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 jackdied
Recipients jackdied
Date 2008-03-17.19:33:11
SpamBayes Score 0.07076488
Marked as misclassified No
Message-id <1205782392.09.0.0308536611098.issue2328@psf.upfronthosting.co.za>
In-reply-to
Content
Not a bug.

If you pass arbitrary keywords in class construction you have to define
__new__ and __init__ on the metaclass to handle them.
History
Date User Action Args
2008-03-17 19:33:12jackdiedsetspambayes_score: 0.0707649 -> 0.07076488
recipients: + jackdied
2008-03-17 19:33:12jackdiedsetspambayes_score: 0.0707649 -> 0.0707649
messageid: <1205782392.09.0.0308536611098.issue2328@psf.upfronthosting.co.za>
2008-03-17 19:33:11jackdiedlinkissue2328 messages
2008-03-17 19:33:11jackdiedcreate