On Wed, Aug 12, 2009 at 10:19 AM, Joshua Russo<josh.r.ru...@gmail.com> wrote:
> Why is it that Super is only used sometimes in the __init__ methods of the
> existing widgets? Is this by design? I thought that if you used Super
> anywhere you had to use it everywhere, otherwise the one place you do use it
> wouldn't behave the way you anticipate. That is, if anyone ever uses
> multiple inheritance and Super is used sporadically the chain will break at
> the first non-existing Super call.
> Here is where I'm seeing it missing:
> Widget (this is really the biggest problem it seems)
> Textarea
> Should I create a ticket with the Super calls added to these two?
> >
>

I can't off the top of my head think of a reason for the lack of
super() calls, so yes please do file a bug.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your
right to say it." -- Voltaire
"The people's good is the highest law." -- Cicero
"Code can always be simpler than you think, but never as simple as you
want" -- Me

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to