]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-80667: Fix case-sensitivity of some Unicode literal escapes (GH-107281)
authorJames <snoopjedi@gmail.com>
Thu, 12 Feb 2026 16:50:40 +0000 (11:50 -0500)
committerGitHub <noreply@github.com>
Thu, 12 Feb 2026 16:50:40 +0000 (18:50 +0200)
commite66f4a5a9c7ce744030d6352bf5575639b1096cc
tree07451305b58a351dba30592decee5f0d702dd15c
parent9e5e1f9988faee0a18969d4d7dda6a3e4eaf850b
gh-80667: Fix case-sensitivity of some Unicode literal escapes (GH-107281)

Lookup for CJK ideograms and Hangul syllables is now case-insensitive,
as is the case for other character names.
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