[Python-Dev] python and super

Daniel Urban urban.dani+py at gmail.com
Thu Apr 14 17:56:20 CEST 2011


On Thu, Apr 14, 2011 at 16:18, Ronald Oussoren <ronaldoussoren at mac.com> wrote:
> It would be odd to not call super in __init__, but for other methods not calling the superclass implementation is fairly common.

Yes it is odd, that for example list.__init__ doesn't call super :-)
(http://bugs.python.org/issue8733)

Daniel


More information about the Python-Dev mailing list