On Sat, Sep 29, 2012 at 10:55 PM, Ramchandra Apte <maniandra...@gmail.com> wrote: > When I said "super().__init__()" it could have been > "super().__init__(size+67)" or whatever arguments are needed for __init__
But if you change the base class, couldn't those arguments change? Then you would have to change the call whether super is used or not. I believe this is what Steven is getting at. -- http://mail.python.org/mailman/listinfo/python-list