[Python-3000] Metaclasses in Python 3000: Draft 2 (original) (raw)
Guido van Rossum guido at python.org
Sun Mar 18 16:47:50 CET 2007
- Previous message: [Python-3000] Metaclasses in Python 3000: Draft 2
- Next message: [Python-3000] Metaclasses in Python 3000: Draft 2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3/14/07, Guido van Rossum <guido at python.org> wrote:
On 3/14/07, Talin <talin at acm.org> wrote: > PEP: xxx > Title: Metaclasses in Python 3000
Checked in as PEP 3115.
I've accepted this PEP and checked in the implementation. The compiler package is currently broken; someone who knows it better may be able to fix it sooner than I can. The docs aren't updated yet.
I expec that Collin Winter will produce a transformer that can fix at least the simpler cases of metaclass=xxx, and warn about cases it can't transform.
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-3000] Metaclasses in Python 3000: Draft 2
- Next message: [Python-3000] Metaclasses in Python 3000: Draft 2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]