summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRUANG (James Roy) <rruuaanng@outlook.com>2024-12-03 12:45:50 (GMT)
committerGitHub <noreply@github.com>2024-12-03 12:45:50 (GMT)
commit84ff1313d04e8cbeec7b2cbe4503d86f1f5b449d (patch)
treec3c89ddd2548d14559628e8a2a20fc84c1e23ac7 /Misc
parent35d37d6592d1be71ea76042165f6cbfa6c4c3a17 (diff)
downloadcpython-84ff1313d04e8cbeec7b2cbe4503d86f1f5b449d.zip
cpython-84ff1313d04e8cbeec7b2cbe4503d86f1f5b449d.tar.gz
cpython-84ff1313d04e8cbeec7b2cbe4503d86f1f5b449d.tar.bz2
gh-126585: Add EHWPOISON error code (#126586)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-11-04-22-02-30.gh-issue-85046.Y5d_ZN.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-04-22-02-30.gh-issue-85046.Y5d_ZN.rst b/Misc/NEWS.d/next/Library/2024-11-04-22-02-30.gh-issue-85046.Y5d_ZN.rst
new file mode 100644
index 0000000..ae1392e
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-11-04-22-02-30.gh-issue-85046.Y5d_ZN.rst
@@ -0,0 +1 @@
+Add :data:`~errno.EHWPOISON` error code to :mod:`errno`.