Message158673
| 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:22 | ncoghlan | set | recipients: + ncoghlan, eric.araujo, daniel.urban |
| 2012-04-18 22:09:22 | ncoghlan | set | messageid: <1334786962.39.0.0153921073623.issue14588@psf.upfronthosting.co.za> |
| 2012-04-18 22:09:21 | ncoghlan | link | issue14588 messages |
| 2012-04-18 22:09:21 | ncoghlan | create | |