[issue8733] list type and UserList do not call super in __init__ and therefore, they cannot be parents in a multiple inheritence scheme

Benjamin Peterson report at bugs.python.org
Wed May 19 13:47:24 CEST 2010


New submission from Benjamin Peterson <benjamin at python.org>:

Why does it matter? They both inherit from object, so there's no one to pass parameters to.

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8733>
_______________________________________


More information about the Python-bugs-list mailing list