[Python-3000] Metaclasses in Python 3000: Draft 2
Guido van Rossum
guido at python.org
Sun Mar 18 16:47:50 CET 2007
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/)
More information about the Python-3000
mailing list