"Andrew Dalke" <adalke at mindspring.com> writes: > Shouldn't there also be a > > def __rcmp__(self, other): > return -1 > ? No, this would not be used. cmp(a,b) == -cmp(b,a) Regards, Martin