> 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/)