[issue9165] Add math.isfinite()

Mark Dickinson report at bugs.python.org
Mon Jul 5 17:26:39 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

+1.  This is natural counterpart to math.isinf and math.isnan.  In fact, it's quite surprising to have those two functions available and not math.isfinite.

Here's a patch.

----------
assignee:  -> mark.dickinson
keywords: +patch
nosy: +mark.dickinson
stage:  -> patch review
type:  -> feature request
Added file: http://bugs.python.org/file17867/isfinite.patch

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


More information about the Python-bugs-list mailing list