-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
gh-126727: Fix locale.nl_langinfo(locale.ERA) #126730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-126727: Fix locale.nl_langinfo(locale.ERA) #126730
Conversation
It now returns multiple era description segments separated by semicolons. Previously it only returned the first segment on platforms with Glibc.
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to
|
…126730) It now returns multiple era description segments separated by semicolons. Previously it only returned the first segment on platforms with Glibc. (cherry picked from commit 4803cd0) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-127097 is a backport of this pull request to the 3.13 branch. |
…126730) It now returns multiple era description segments separated by semicolons. Previously it only returned the first segment on platforms with Glibc. (cherry picked from commit 4803cd0) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-127098 is a backport of this pull request to the 3.12 branch. |
|
It now returns multiple era description segments separated by semicolons. Previously it only returned the first segment on platforms with Glibc.
It now returns multiple era description segments separated by semicolons. Previously it only returned the first segment on platforms with Glibc.
📚 Documentation preview 📚: https://cpython-previews--126730.org.readthedocs.build/