mikluha maklay wrote: > class a: > def __init__(sef, arg): > pass > > class b(a): > pass > > z=b( <--- and here we go: > > I wonder why source assistant doesn't propose me __init__(sef, arg) ??? This is a bug and we'll try to fix it. Thanks for the bug report, John