[Zope-dev] Extension class and __init__
   
    Lennart Regebro
     
    lennart@torped.se
       
    Sat, 27 Jul 2002 00:29:00 +0200
    
    
  
From: "Ross Boylan" <RossBoylan@stanfordalumni.org>
> What if you have more than one base class with the method defined?
> The implication of th example is that the non-extension class base
> class is used (though even that is not clear; would this work if Base
> had __init__?), but what if there are several non-extension base
> classes?
In my experience you simply shouldn't have several non-extension base
classes.