Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.
It now forces its argument to double before testing for infinity.
diff --git a/Misc/NEWS b/Misc/NEWS
index c926347..9f56bb8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
Core and Builtins
-----------------
+- Issue #4575: Fix Py_IS_INFINITY macro to work correctly on x87 FPUs:
+ it now forces its argument to double before testing for infinity.
+
- Issue #4978: Passing keyword arguments as unicode strings is now allowed.
- Issue 1242657: the __len__() and __length_hint__() calls in several tools