[Python-Dev] python and super (original) (raw)
Daniel Urban urban.dani+py at gmail.com
Thu Apr 14 17:56:20 CEST 2011
- Previous message: [Python-Dev] python and super
- Next message: [Python-Dev] python and super
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] python and super
- Next message: [Python-Dev] python and super
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]