In article <[email protected]>, Steven D'Aprano <[email protected]> wrote:
> I seem to recall that "sort relies only on < operator" is a language > promise, but I can't seem to find it documented anywhere official. That's pretty typical for sort implementations in all languages. Except for those which rely on "less than and equal to" :-) -- http://mail.python.org/mailman/listinfo/python-list
