commit | 8e0c9968731ac7f1d94bddff348544c70833b52b | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 11 17:38:24 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Jul 11 17:38:24 2010 +0000 |
tree | af0d4866d6dbae9e9b9003435956c6f2f7141dea | |
parent | 3e7428995f9d09493640326104c70a26c7cdab07 [diff] [blame] |
Issue #9165: Add math.isfinite and cmath.isfinite.
diff --git a/Misc/NEWS b/Misc/NEWS index 0c11639..11ccc0e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1415,6 +1415,9 @@ Extension Modules ----------------- +- Issue #9165: Add new functions math.isfinite and cmath.isfinite, to + accompany existing isinf and isnan functions. + - Issue #1578269: Implement os.symlink for Windows 6.0+. Patch by Jason R. Coombs