[Python-bugs-list] list.sort() with sort function (PR#131)

Guido van Rossum guido@CNRI.Reston.VA.US
Thu, 18 Nov 1999 07:31:37 -0500


Glad this has been taken care of while I was asleep :-)

One more detail: with the current implementation, you can actually get
away with a function that returns -1 for less than and 0 for greater
than or equal -- but don't tell anybody, since that's an artefact of
the implementation (by Tim Peters :-).

--Guido van Rossum (home page: http://www.python.org/~guido/)