Jean-Michel Pichavant <jeanmic...@sequans.com> wrote:
> a possible answer:
> - explicit >> implicit
>
> I'm not sure this is the correct one though :)

To me, the explicit reference to the base class violates DRY. It also
means you need to manually change all such references should the base
class ever change, something that using super() avoids.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to