Skip to content

Remove use of dropped cmp function and sort argument

Bastian Blank requested to merge waldi/dak:remove-cmp-function into master

Both the comparison method __cmp__ and the corresponding function cmp have been removed from Python 3. They are replaced by the rich comparison functions.

Merge request reports

Loading