]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-80667: Fix case-sensitivity of some Unicode literal escapes (GH-107281...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Feb 2026 17:18:48 +0000 (19:18 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Feb 2026 17:18:48 +0000 (17:18 +0000)
commit2f354107f359c5edf29305e1bd5af694a382b4ae
treead2248b61eab88e92a3604a2822daa579ac1dfa7
parent99cc3d1842e9f4d2a3b1fbda7135556a2af52bff
[3.13] gh-80667: Fix case-sensitivity of some Unicode literal escapes (GH-107281) (GH-144754)

Lookup for CJK ideograms and Hangul syllables is now case-insensitive,
as is the case for other character names.
(cherry picked from commit e66f4a5a9c7ce744030d6352bf5575639b1096cc)

Co-authored-by: James <snoopjedi@gmail.com>
Lib/test/test_ucn.py
Misc/NEWS.d/next/Core and Builtins/2023-07-26-00-03-00.gh-issue-80667.N7Dh8B.rst [new file with mode: 0644]
Modules/unicodedata.c