Skip to content

[3.13] gh-53203: Fix strptime() for %c, %x and %X formats on many locales (GH-125406) #125454

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

Merged
merged 2 commits into from
Oct 14, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 14, 2024

Fixed most locales that use non-ASCII digits, like Persian, Burmese,
Odia and Shan.
(cherry picked from commit 5f4e5b5)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…les (pythonGH-125406)

Fixed most locales that use non-ASCII digits, like Persian, Burmese,
Odia and Shan.
(cherry picked from commit 5f4e5b5)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) October 14, 2024 17:22
@serhiy-storchaka serhiy-storchaka added the needs backport to 3.12 only security fixes label Oct 14, 2024
@serhiy-storchaka serhiy-storchaka merged commit cbcdf34 into python:3.13 Oct 14, 2024
37 checks passed
@serhiy-storchaka serhiy-storchaka added needs backport to 3.12 only security fixes and removed needs backport to 3.12 only security fixes labels Oct 14, 2024
@miss-islington-app
Copy link

Thanks @miss-islington for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @miss-islington and @serhiy-storchaka, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker cbcdf34a4b69a28a7e31715423fb080cb5cf8075 3.12

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Oct 14, 2024
…s on many locales (pythonGH-125406) (pythonGH-125454)

Fixed most locales that use non-ASCII digits, like Persian, Burmese,
Odia and Shan.
(cherry picked from commit 5f4e5b5)

(cherry picked from commit cbcdf34)

Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app
Copy link

bedevere-app bot commented Oct 14, 2024

GH-125483 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Oct 14, 2024
serhiy-storchaka added a commit that referenced this pull request Oct 14, 2024
…ales (GH-125406) (GH-125454) (GH-125483)

Fixed most locales that use non-ASCII digits, like Persian, Burmese,
Odia and Shan.
(cherry picked from commit 5f4e5b5)

(cherry picked from commit cbcdf34)

Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants