[Python-Dev] More Sorting

Guido van Rossum guido@python.org
Sat, 27 Jul 2002 18:17:39 -0400


> Sebastien Keim posted a patch (http://python.org/sf/544113) 
> of a merge sort.  I didn't really review it, but it included
> test and doc.  So if the bisect module is being added to, 
> perhaps someone should review this patch.

It doesn't strike me as a "fundamental" algorithm like bisection or
heap sort.

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