SIGN IN SIGN UP

* list.sort() now supports three keyword arguments: cmp, key, and reverse.

key provides C support for the decorate-sort-undecorate pattern.
  reverse provide a stable sort of the list with the comparisions reversed.

* Amended the docs to guarantee sort stability.
R
Raymond Hettinger committed
42b1ba31aff86af6257a0fca455d5569bce9d8fc
Parent: 90f7d25