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

This commit is contained in:
Bénédikt Tran 2024-12-18 09:59:37 +01:00 committed by GitHub
parent 335e24fb0a
commit 2610bccfdf
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.