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 rhettinger
Recipients
Date 2003-03-14.06:34:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=80475

Idea 1
------
TypeError: Cannot create class.  
Accessing superclasses A, B in order creates conflicting
inheritance trees which leave the method resolution order 
(MRO) undefined.

Idea 2
------
Cannot create a consistent method resolution order (MRO) 
for bases A, B.

Idea 3
------
Doh!
History
Date User Action Args
2007-08-23 14:11:47adminlinkissue699934 messages
2007-08-23 14:11:47admincreate