Sébastien Boisgérault <[EMAIL PROTECTED]> wrote:
> and search for the "cooperative methods and super" section
> in http://www.python.org/2.2/descrintro.html

..., then read http://fuhm.org/super-harmful/ (not the evangelism, just
the examples) and 
http://mail.python.org/pipermail/python-dev/2005-January/050656.html .

When done, ask yourself if you need cooperative method calling or just
calls to the superclasses' __init__-functions. It's your call then,
because we don't know your use cases.

Cheers, 
  -jnf
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to