summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2024-10-21 18:54:12 (GMT)
committerGitHub <noreply@github.com>2024-10-21 18:54:12 (GMT)
commitdcc4fb2c9068f60353f0c0978948b7681f7745e6 (patch)
treeab6fb1486cbab8ba8ba304d75084572f215540bf /Misc
parent5ca4e34bc1aab8321911aac6d5b2b9e75ff764d8 (diff)
downloadcpython-dcc4fb2c9068f60353f0c0978948b7681f7745e6.zip
cpython-dcc4fb2c9068f60353f0c0978948b7681f7745e6.tar.gz
cpython-dcc4fb2c9068f60353f0c0978948b7681f7745e6.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-10-21-12-06-55.gh-issue-124969.xiY8UP.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-10-21-12-06-55.gh-issue-124969.xiY8UP.rst b/Misc/NEWS.d/next/Library/2024-10-21-12-06-55.gh-issue-124969.xiY8UP.rst
new file mode 100644
index 0000000..c445501
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-10-21-12-06-55.gh-issue-124969.xiY8UP.rst
@@ -0,0 +1,2 @@
+``locale.nl_langinfo(locale.ALT_DIGITS)`` now returns a string again. The
+returned value consists of up to 100 semicolon-separated symbols.