[Python-3000] Metaclasses in Py3K

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Dec 17 00:55:03 CET 2006


Josiah Carlson wrote:

> That could be trivially extended to support a tuple syntax for handling
> meta dictionary support...
> 
>     class Foo(A, B) is type, dict:
>         ...

-1. You're mangling my lovely syntax -- it no
longer makes any sense!

--
Greg


More information about the Python-3000 mailing list