Remove use of dropped cmp function and sort argument
Both the comparison method __cmp__
and the corresponding function cmp
have been removed from Python 3. They are replaced by the rich comparison functions.
Both the comparison method __cmp__
and the corresponding function cmp
have been removed from Python 3. They are replaced by the rich comparison functions.