mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-126742: add NEWS entry for fix of localized error messages (GH-128025)
This commit is contained in:
parent
335e24fb0a
commit
2610bccfdf
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