<div class="gmail_quote">On 28 June 2010 17:15, Adam Bark <span dir="ltr">&lt;<a href="mailto:adam.jtm30@gmail.com">adam.jtm30@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

I can&#39;t figure out how super(C, self).__init__() is any better than C.__init__(self), is there a preference? Does super do something special?<br><br>Thanks.<br>
</blockquote></div><br>Whoops I should really think about these things for a minute first, you don&#39;t have to know the superclass in advance is presumably the idea?<br>