Make sort() use key= rather than cmp. All regression tests pass.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 23 Feb 2012 16:59:16 +0000 (11:59 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 23 Feb 2012 16:59:33 +0000 (11:59 -0500)
commit084fa080abf7940f33b9173dd173f1982fe3194e
tree2015f09e6fe84e24f0ebd617d8a16b0a8b3bf2d3
parentd07b7b4c26776011f703a7a4ed5ae792bfc46bea
Make sort() use key= rather than cmp. All regression tests pass.
sst.py