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 ncoghlan
Recipients daniel.urban, eric.araujo, ncoghlan
Date 2012-04-18.22:09:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334786962.39.0.0153921073623.issue14588@psf.upfronthosting.co.za>
In-reply-to
Content
I thought about that, and I'd prefer a dedicated dictionary to avoid questions of name conflicts.

Wrapping the keyword args in a dict() call is still pretty clean:

    C = operator.build_class('C', (A, B), dict(metaclass=MyMeta))
History
Date User Action Args
2012-04-18 22:09:22ncoghlansetrecipients: + ncoghlan, eric.araujo, daniel.urban
2012-04-18 22:09:22ncoghlansetmessageid: <1334786962.39.0.0153921073623.issue14588@psf.upfronthosting.co.za>
2012-04-18 22:09:21ncoghlanlinkissue14588 messages
2012-04-18 22:09:21ncoghlancreate