]> granicus.if.org Git - python/commit
Correct the description of mixed multiple inheritance: the code
authorGuido van Rossum <guido@python.org>
Thu, 15 Nov 2001 20:27:54 +0000 (20:27 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 15 Nov 2001 20:27:54 +0000 (20:27 +0000)
commit3d27df07344039a5fdd741194dfb9c0a3a11a091
tree8146f2e3176e2a80076aee577a7cfa096decddf8
parent76f7fe37bb058647d4c8475a921abbd20b8c2d47
Correct the description of mixed multiple inheritance: the code
special-cases classic classes, it doesn't do anything about other
cases where different metaclasses are involved (except for the trivial
case where one metaclass is a subclass of the others).  Also note that
it's metaclass, not metatype.
Misc/NEWS