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

(cherry picked from commit 2610bccfdf)
This commit is contained in:
Miss Islington (bot) 2024-12-19 14:52:32 +01:00 committed by GitHub
parent f8e7b5cc8d
commit d699ce3961
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.