This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mwh
Recipients
Date 2002-11-22.13:43:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6656

Not really relavent, but I've got to say it somewhere...

I've just had one of those "aha!" moments: in

D.__base__ = (C2,)

you need to not only muck with D's __mro__ but also the
__mro__'s of D's sublcasses!   Argh!

mwh, off to find a wall to bang his head against.
History
Date User Action Args
2007-08-23 15:18:03adminlinkissue635933 messages
2007-08-23 15:18:03admincreate