[issue24270] PEP 485 (math.isclose) implementation

Paul Moore report at bugs.python.org
Thu May 28 14:49:13 CEST 2015


Paul Moore added the comment:

Looks OK to me.

I assume the differences between the math and cmath code and tests is because cmath uses Argument Clinic and math doesn't, and cmath uses unittest.main whereas math adds the suites manually? As far as I can see, that's what's going on.

----------
nosy: +paul.moore

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24270>
_______________________________________


More information about the Python-bugs-list mailing list