On 28 June 2010 17:15, Adam Bark <adam.jt...@gmail.com> wrote:

> I can't figure out how super(C, self).__init__() is any better than
> C.__init__(self), is there a preference? Does super do something special?
>
> Thanks.
>

Whoops I should really think about these things for a minute first, you
don't have to know the superclass in advance is presumably the idea?
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to