Closed mossblaser closed 8 years ago
These are required for Python 2.7 compatibility: In Python 3.x if ne is omitted, it defaults to the inversion of eq if eq defined. In Python 2.x ne defaults to id(a) != id(b).
Thanks to @alan-stokes for spotting this bug!
LGTM, the failing tests look like a connectivity issue.
These are required for Python 2.7 compatibility: In Python 3.x if ne is omitted, it defaults to the inversion of eq if eq defined. In Python 2.x ne defaults to id(a) != id(b).
Thanks to @alan-stokes for spotting this bug!