On Tue, Sep 22, 2009 at 1:27 PM, Alan Gauld <alan.ga...@btinternet.com> wrote:
> I tend to prefer the explicit approach since it is explicit which > class/method is getting called, but I suspect the preferred mechanism > nowadays is to use super() I prefer the older approach too, it is simple and explicit. super() comes with a raft of complications (google "super considered harmful") and AFAIK it is only really needed in the case of "diamond" inheritance. Kent _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor