From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:52:32 +0000 (+0100) Subject: [3.13] gh-126742: add NEWS entry for fix of localized error messages (GH-128025)... X-Git-Tag: v3.13.2~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d699ce3961ea320f45d9213334a33f5807dfab8e;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-126742: add NEWS entry for fix of localized error messages (GH-128025) (GH-128059) (cherry picked from commit 2610bccfdf55bc6519808f8e1b5db2cfb03ae809) --- 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 000000000000..70f7cc129f66 --- /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 ` in :mod:`ctypes` and :mod:`dbm.gnu` +functions respectively. Patch by Bénédikt Tran.