Message1955

Author tristanlk
Recipients
Date 2007-09-28.07:37:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
if a class extends from dict, it cannot be compaired to a base dict. raises:
TypeError: dict.__cmp__(x,y) requires y to be 'dict', not a 'dict'

i've tried to come up with a patch, but haven't found a solution yet.
History
Date User Action Args
2008-02-20 17:18:04adminlinkissue1804011 messages
2008-02-20 17:18:04admincreate