[Python-ideas] Multiple level sorting in python where the order of some levels may or may not be reversed

Paul Moore p.f.moore at gmail.com
Mon Oct 17 16:31:48 EDT 2016


On 17 October 2016 at 21:06, Sven R. Kunze <srkunze at mail.de> wrote:
> Do you think that simple solution could have a chance to be added to stdlib
> somehow (with the possibility of speeding it up in the future)?

You could submit a doc patch to add an explanation of this technique
to the list.sort function. I doubt it's worth a builtin for a 2-line
function.

Paul


More information about the Python-ideas mailing list