"Super()" confusion

Benjamin Peterson benjamin at python.org
Mon Feb 9 21:02:43 EST 2009


Jean-Paul Calderone <exarkun <at> divmod.com> writes:
> Consider whether you really need to use super().
> 
> http://fuhm.net/super-harmful/

This article chiefly deals with super()'s harm in multiple inteheritance
situations. For the simple case, though, like that presented by the OP, I
believe super() is perfect.







More information about the Python-list mailing list