commit | e05e8409e1b47a2c018ad8a67016546217165c60 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon May 04 13:30:43 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon May 04 13:30:43 2009 +0000 |
tree | c9c456bdf14ee3d9c0821ee2ee843a45bcf9bdf9 | |
parent | 67032252588e3919e4fbfbbd256b91add8a5af45 [diff] [blame] |
Issue #5724: Fix cmath failures on Solaris 10.
diff --git a/Misc/NEWS b/Misc/NEWS index 1dbc349..03d318d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,10 @@ Core and Builtins ----------------- +- Issue #5724: (See also 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 #4971: Fix titlecase for characters that are their own titlecase, but not their own uppercase.