[issue24270] PEP 485 (math.isclose) implementation

Tal Einat report at bugs.python.org
Mon May 25 21:54:11 CEST 2015


Tal Einat added the comment:

Attached is a slightly revised patch.

This mostly fixes minor documentation wording and formatting issues, including those pointed out by Chris Barker on the python-dev mailing list.

Also, since it has been decided to support complex values only in a separate cmath.isclose() function, the previously included commented-out complex test cases have been removed.

----------
Added file: http://bugs.python.org/file39495/math_isclose_v2.patch

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


More information about the Python-bugs-list mailing list