![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: 'super' to only be used for diamond inheritance problems?
From: Alex Martelli <aleax@mail.comcast.net>
Date: Mon Oct 31 2005 - 16:07:26 CET
Alex Hunsley <lard@tardis.ed.ac.molar.uk> wrote:
> I've seen a few discussion about the use of 'super' in Python, including
No, it makes no sense whatsoever. Any situation where multiple
class A(B, C): ...
should A know or care at all whether B and C share common bases? Of
Another way to put it: there's ALWAYS "meshes" (diamonds or more
Alex
|