Message2070

Author tristanlk
Recipients
Date 2008-02-08.04:44:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Just realised that this seems to solve the problems with Py*Derived classes failing on == with other classes, but i'm not sure if this is hacky or not. I can't think of an example where classAobj == classBobj could ever be True except for when __eq__ is defined in the function, in which case, this fix doesn't affect that result.
History
Date User Action Args
2008-02-20 17:18:10adminlinkissue1889394 messages
2008-02-20 17:18:10admincreate