From: "Guido van Rossum" <guido@python.org> > > This seems an argument for keeping both __cmp__ and the six __lt__ > etc. Yet TOOWTDI makes me want to get rid of __cmp__. > one minor problem with the six __lt__ etc is that they should be all defined. For quick things (although I know better) I still define just __cmp__ out of laziness. regards