]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string again...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Oct 2024 19:30:23 +0000 (21:30 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2024 19:30:23 +0000 (19:30 +0000)
commitc1c3f5d19efc8f86c164ebc937f4a708db35ec4a
tree30c3f58815f890eceeeff629b838c2d4f7b794cc
parent829d650ccbef830d01f859a1dfc95f76eeba64e5
[3.13] gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string again (GH-125774) (GH-125804)

This is a follow up of GH-124974. Only Glibc needed a fix.
Now the returned value is a string consisting of semicolon-separated
symbols on all Posix platforms.
(cherry picked from commit dcc4fb2c9068f60353f0c0978948b7681f7745e6)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/locale.rst
Lib/test/test__locale.py
Misc/NEWS.d/next/Library/2024-10-08-12-09-09.gh-issue-124969._VBQLq.rst
Modules/_localemodule.c