Skip to content
Prev Previous commit
Next Next commit
Update Doc/whatsnew/3.14.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
skirpichev and hugovk authored May 29, 2024
commit dd3dec589341029a87995acaab3277401680eb04
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Optimizations
Deprecated
==========

* Deprecate ``Py_IS_NAN``, ``Py_IS_INFINITY`` and ``Py_IS_FINITE`` macroses,
* Deprecate ``Py_IS_NAN``, ``Py_IS_INFINITY`` and ``Py_IS_FINITE`` macros,
use instead ``isnan``, ``isinf`` and ``isfinite`` available from ``<math.h>``
since C99. (Contributed by Sergey B Kirpichev in :gh:`119613`.)

Expand Down