[issue1771] Remove cmp parameter to list.sort() and builtin.sorted()

Guido van Rossum report at bugs.python.org
Wed Jan 9 01:02:06 CET 2008


New submission from Guido van Rossum:

We should either change the API so you can pass in a '<' comparator, or
get rid of it completely (since key=... takes care of all use cases I
can think of).

----------
messages: 59575
nosy: gvanrossum
priority: normal
severity: normal
status: open
title: Remove cmp parameter to list.sort() and builtin.sorted()
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1771>
__________________________________


More information about the Python-bugs-list mailing list