]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-101388)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Feb 2023 10:32:58 +0000 (02:32 -0800)
committerGitHub <noreply@github.com>
Mon, 6 Feb 2023 10:32:58 +0000 (02:32 -0800)
commit33250297411d38c16e0a4df1831edd17e5de8616
treed4189b58a6d9064d9cfcd1e41c229e4fb8adc7f0
parent435fcb07e5e7caea4253e39e1e2de80e58be8ea2
gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-101388)

(cherry picked from commit 9ef7e75434587fc8f167d73eee5dd9bdca62714b)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
Misc/NEWS.d/next/Core and Builtins/2023-01-28-20-31-42.gh-issue-101372.8BcpCC.rst [new file with mode: 0644]
Modules/unicodedata.c