[Python-3000] PEP for Metaclasses in Python 3000 (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Mar 10 23:43:46 CET 2007


Talin wrote:

The relation between a class and a metaclass isn't well-expressed with 'as', 'is', or 'equals'.

Okay, then make it

class Foo(base1, base2) isa MyMeta: ...

-- Greg



More information about the Python-3000 mailing list