aboutsummaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-01-20 15:20:13 +0100
committerGitHub <noreply@github.com>2021-01-20 15:20:13 +0100
commitc1c3493fb7a3af8efdc50175e592d29e8cb93886 (patch)
treed389163c67da00b1d6e838cf240311155346b48e /Misc
parentbpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (diff)
downloadcpython-c1c3493fb7a3af8efdc50175e592d29e8cb93886.tar.gz
cpython-c1c3493fb7a3af8efdc50175e592d29e8cb93886.tar.bz2
cpython-c1c3493fb7a3af8efdc50175e592d29e8cb93886.zip
bpo-42323: Fix math.nextafter() for NaN on AIX (GH-24265)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-01-20-12-10-47.bpo-42323.PONB8e.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-01-20-12-10-47.bpo-42323.PONB8e.rst b/Misc/NEWS.d/next/Library/2021-01-20-12-10-47.bpo-42323.PONB8e.rst
new file mode 100644
index 00000000000..b2f7becee9d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-01-20-12-10-47.bpo-42323.PONB8e.rst
@@ -0,0 +1 @@
+Fix :func:`math.nextafter` for NaN on AIX.