]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string again (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Oct 2024 18:54:12 +0000 (21:54 +0300)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2024 18:54:12 +0000 (18:54 +0000)
commitdcc4fb2c9068f60353f0c0978948b7681f7745e6
treeab6fb1486cbab8ba8ba304d75084572f215540bf
parent5ca4e34bc1aab8321911aac6d5b2b9e75ff764d8
gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string again (GH-125774)

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.
Doc/library/locale.rst
Lib/test/test__locale.py
Misc/NEWS.d/next/Library/2024-10-21-12-06-55.gh-issue-124969.xiY8UP.rst [new file with mode: 0644]
Modules/_localemodule.c