]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136028: Fix parsing month names containing "İ" (U+0130) in strptime() (GH-136029)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 27 Jun 2025 13:47:03 +0000 (16:47 +0300)
committerGitHub <noreply@github.com>
Fri, 27 Jun 2025 13:47:03 +0000 (16:47 +0300)
commit731f5b8ab3970e344bfbc4ff86df767a0795f0fc
treeb0f7e504dd1f39fcaa661e66992e92b4e0c5e51d
parentde0d014815667982c683adb2b2cc16ae2bfb3c82
gh-136028: Fix parsing month names containing "İ" (U+0130) in strptime() (GH-136029)

This affects locales az_AZ, ber_DZ, ber_MA and crh_UA.
Lib/_strptime.py
Lib/test/test_strptime.py
Misc/NEWS.d/next/Library/2025-06-27-13-34-28.gh-issue-136028.RY727g.rst [new file with mode: 0644]