Skip to content

Renamed __nonzero__ to __bool__ for python3

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

For python3 the __nonzero__ method was removed and replaced by __bool__, this patch just implements that for the python implementation of infinity and segment.

Merge request reports