]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-126742: add NEWS entry for fix of localized error messages (GH-128025)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Dec 2024 13:52:42 +0000 (14:52 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Dec 2024 13:52:42 +0000 (14:52 +0100)
(cherry picked from commit 2610bccfdf55bc6519808f8e1b5db2cfb03ae809)

Misc/NEWS.d/next/Library/2024-12-17-12-41-07.gh-issue-126742.l07qvT.rst [new file with mode: 0644]

diff --git a/Misc/NEWS.d/next/Library/2024-12-17-12-41-07.gh-issue-126742.l07qvT.rst b/Misc/NEWS.d/next/Library/2024-12-17-12-41-07.gh-issue-126742.l07qvT.rst
new file mode 100644 (file)
index 0000000..70f7cc1
--- /dev/null
@@ -0,0 +1,3 @@
+Fix support of localized error messages reported by :manpage:`dlerror(3)` and
+:manpage:`gdbm_strerror <gdbm(3)>` in :mod:`ctypes` and :mod:`dbm.gnu`
+functions respectively. Patch by Bénédikt Tran.