Hi Jean-Paul,

On Mon, Apr 16, 2007 at 06:53:20PM -0400, Jean-Paul Calderone wrote:
> I just noticed r53997 (from some unit tests it broke), which disallowed things
> like this:
> 
>     class X(object):
>         def __repr__(self):
>             return "blah"
> 
>     class Y(X, type):
>         pass
> 
>     class Z:
>         __metaclass__ = Y

This is now valid again: I reverted r53997, as I got no answer to
http://mail.python.org/pipermail/python-dev/2007-March/071796.html .


A bientot,

Armin.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to