On Thu, Apr 14, 2011 at 16:18, Ronald Oussoren <[email protected]> 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 _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
