mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
[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:
parent
f8e7b5cc8d
commit
d699ce3961
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue