On Sunday, June 23, 2013 11:15:38 AM UTC-5, Ian wrote: > If you're worried about efficiency, you can also > explicitly name the superclass in order to call the method > directly, like:
I'm NOT worried about efficiency, i worried about readability, and using super (when super is NOT absolutely required) is folly. > A.__init__(self, arg) What you've done here is correct, the only flaw is that you choose to do this for all the wrong reasons. ...GET YOUR PRIORITIES IN ORDER! -- http://mail.python.org/mailman/listinfo/python-list