]> 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:30 +0000 (02:32 -0800)
committerGitHub <noreply@github.com>
Mon, 6 Feb 2023 10:32:30 +0000 (02:32 -0800)
commit9bd000c7b82142a6ebed5b0d5fcb4a7188a43b27
treeae64b60010a4d4c471a39969b2c7fdb0842a97e9
parentcf8973c63882980ef77043a5bcfefbb75d8de35c
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