]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-136028: Fix parsing month names containing "İ" (U+0130) in strptime() ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Jun 2025 14:12:15 +0000 (16:12 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Jun 2025 14:12:15 +0000 (14:12 +0000)
commit3bd4a49201ea06035dcbf4ddcb7b977967947656
treebf133a634e00fe86c8e2ab3e04cf075ec32ea5cd
parent7e4637e48e0482cfe62859c2db3e4a257b9c9f9a
[3.14] gh-136028: Fix parsing month names containing "İ" (U+0130) in strptime() (GH-136029) (GH-136037)

This affects locales az_AZ, ber_DZ, ber_MA and crh_UA.
(cherry picked from commit 731f5b8ab3970e344bfbc4ff86df767a0795f0fc)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]