Thomas Chiroux added the comment:

That's right.
Lets consider this 'patch' was more for illustrating my example (like:  this 
kind of modification may work) than to add directly into python core module... 
(which i'm not capable of)

But I think the problem remains: do you agree that Classes should include a 
super() call in their __init__ ?
[btw indeed a super() call with kwargs: super(ClassName, 
self).__init__(**kwargs)]

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16572>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to