gh-126727: Fix locale.nl_langinfo(locale.ERA)#126730
gh-126727: Fix locale.nl_langinfo(locale.ERA)#126730serhiy-storchaka merged 4 commits intopython:mainfrom
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/