[Python-Dev] Sort() returning sorted list

Guido van Rossum guido@python.org
Wed, 21 Aug 2002 08:39:44 -0400


> So, there's really no place in Python itself for this?  Like,
> list.sort_inplace() and list.sort_copy(), both of which return something
> because it's obvious what they do?

No, TOOWTDI.

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