[Python-Dev] Re: Re: lists v. tuples

Samuele Pedroni pedronis@bluewin.ch
Sun, 16 Mar 2003 21:48:11 +0100


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