]> granicus.if.org Git - python/commit
Issue #9165: Add math.isfinite and cmath.isfinite.
authorMark Dickinson <dickinsm@gmail.com>
Sun, 11 Jul 2010 17:38:24 +0000 (17:38 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 11 Jul 2010 17:38:24 +0000 (17:38 +0000)
commit8e0c9968731ac7f1d94bddff348544c70833b52b
treeaf0d4866d6dbae9e9b9003435956c6f2f7141dea
parent3e7428995f9d09493640326104c70a26c7cdab07
Issue #9165: Add math.isfinite and cmath.isfinite.
Doc/library/cmath.rst
Doc/library/math.rst
Lib/test/test_cmath.py
Lib/test/test_math.py
Misc/NEWS
Modules/cmathmodule.c
Modules/mathmodule.c