]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-53203: Fix strptime() for %c, %x and %X formats on many locales (GH-125406)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 14 Oct 2024 13:29:20 +0000 (16:29 +0300)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2024 13:29:20 +0000 (16:29 +0300)
commit5f4e5b598cab86d5fd5727d423c9728221889ed0
tree807cfee6bf036b43119a157c349ae4d76d21cbf7
parent06ca33020e1168459fc6c3e0df93664daf801339
gh-53203: Fix strptime() for %c, %x and %X formats on many locales (GH-125406)

Fixed most locales that use non-ASCII digits, like Persian, Burmese,
Odia and Shan.
Lib/_strptime.py
Lib/test/test_strptime.py
Lib/test/test_time.py
Misc/NEWS.d/next/Library/2024-10-13-20-21-35.gh-issue-53203.Rz1c8A.rst [new file with mode: 0644]