Does Python 3 have no way anymore to sort with a comparison function?

Both [].sort() and sorted() seem to accept only 'key' and 'reverse' arguments,
the 'cmp' argument seems to be gone.  Can that be?

Thomas
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to