[issue16049] Create abstract base classes by inheritance rather than a direct invocation of __metaclass__

Guido van Rossum report at bugs.python.org
Sun Sep 30 22:07:35 CEST 2012


Guido van Rossum added the comment:

In practice this is indeed how most users of met a classes do it. E.g.
Django. So, +1.

--Guido van Rossum (sent from Android phone)
On Sep 30, 2012 11:36 AM, "Antoine Pitrou" <report at bugs.python.org> wrote:

>
> Antoine Pitrou added the comment:
>
> It looks slightly better, but it would also violate "there is one obvious
> way to do it".
>
> ----------
> nosy: +gvanrossum, pitrou
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue16049>
> _______________________________________
>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16049>
_______________________________________


More information about the Python-bugs-list mailing list