Skip to content

Fixed comparison operators for infinity on python3

Duncan Macleod requested to merge (removed):python3-cmp into master

This patch removes the python2 __cmp__ function for the inifinity object, in favour of python3-compatible comparison functions.

Merge request reports