[issue1683368] object.__init__ shouldn't allow args/kwds

Jason R. Coombs report at bugs.python.org
Wed May 28 23:47:11 CEST 2014


Jason R. Coombs added the comment:

Based on the example above, I've created a blog post to publish my recommendation for overriding these special methods in a way that's safe regardless of the parent implementation, given the status quo:

http://blog.jaraco.com/2014/05/how-to-safely-override-init-or-new-in.html

----------

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


More information about the Python-bugs-list mailing list