glenn wrote: >>> Bruno Desthuilliers wrote: >> >> http://www.python.org/download/releases/2.2.3/descrintro/#mro
> thanks - interesting essay/article - a lot in their I've never really > considered - though its only recently ive started playing with multiple > inheritance in any context - thanks for that While you're at it (and if not done yet), take some times to read the whole article - mro is only a little part of the whole thing. Understanding lookup rules and the descriptor protocol can be of great help. -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list