https://github.com/python/cpython/commit/2610bccfdf55bc6519808f8e1b5db2cfb03ae809
commit: 2610bccfdf55bc6519808f8e1b5db2cfb03ae809
branch: main
author: Bénédikt Tran <[email protected]>
committer: encukou <[email protected]>
date: 2024-12-18T09:59:37+01:00
summary:

gh-126742: add NEWS entry for fix of localized error messages (GH-128025)

files:
A Misc/NEWS.d/next/Library/2024-12-17-12-41-07.gh-issue-126742.l07qvT.rst

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
index 00000000000000..70f7cc129f66e3
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-12-17-12-41-07.gh-issue-126742.l07qvT.rst
@@ -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.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to