This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author thomas.chiroux
Recipients sbt, serhiy.storchaka, thomas.chiroux
Date 2012-11-29.00:15:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354148132.9.0.0119929901401.issue16572@psf.upfronthosting.co.za>
In-reply-to
Content
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)]
History
Date User Action Args
2012-11-29 00:15:32thomas.chirouxsetrecipients: + thomas.chiroux, sbt, serhiy.storchaka
2012-11-29 00:15:32thomas.chirouxsetmessageid: <1354148132.9.0.0119929901401.issue16572@psf.upfronthosting.co.za>
2012-11-29 00:15:32thomas.chirouxlinkissue16572 messages
2012-11-29 00:15:32thomas.chirouxcreate