]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-80667: Fix case-sensitivity of some Unicode literal escapes (GH-107281...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Feb 2026 17:22:05 +0000 (18:22 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Feb 2026 17:22:05 +0000 (17:22 +0000)
commitac9e9e2c8fec27bbf06f5ed2178f7a9734eea9a2
tree5fbc8e9ac1805c332e5cf6bb16c48824eecc9973
parent7f5a3acdede4b4a06a85eadcb70eb512ba8db813
[3.14] gh-80667: Fix case-sensitivity of some Unicode literal escapes (GH-107281) (GH-144753)

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