diff options
author | Bénédikt Tran <10796600+picnixz@users.noreply.github.com> | 2024-12-18 08:59:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 08:59:37 (GMT) |
commit | 2610bccfdf55bc6519808f8e1b5db2cfb03ae809 (patch) | |
tree | a60186af4c0a2cc88b5320e1779648c41088aff6 | |
parent | 335e24fb0a5805ac1ecdbc01e0331b38fc33849d (diff) | |
download | cpython-2610bccfdf55bc6519808f8e1b5db2cfb03ae809.zip cpython-2610bccfdf55bc6519808f8e1b5db2cfb03ae809.tar.gz cpython-2610bccfdf55bc6519808f8e1b5db2cfb03ae809.tar.bz2 |
gh-126742: add NEWS entry for fix of localized error messages (GH-128025)
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-12-17-12-41-07.gh-issue-126742.l07qvT.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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 0000000..70f7cc1 --- /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. |