[Python-Dev] perplexed by mro (original) (raw)

Samuele Pedroni pedronis@bluewin.ch
Wed, 2 Oct 2002 01:01:12 +0200


The algorithm move portions of right to left before merge points [shared elements], the rest of right is attached at the end of left. That's way the behavior explained above. s/way/why/

sorry.