Arnaud Delobelle <[EMAIL PROTECTED]> writes:

> That is, if you also pass the name parameter to super(A,self).__init__
> in B's __init__ method

Oops.  should be super(B, self).__init__(name), of course.

-- 
Arnaud
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to