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