]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143897: Remove the isxidstart() and isxidcontinue() methods of unicodedata.ucd_3_2...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 19 Jan 2026 12:37:41 +0000 (14:37 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Jan 2026 12:37:41 +0000 (12:37 +0000)
commitbb2b9ba49d8a60629f0905bc27191fc84db39879
tree4f97e9bb06ff75ab3d49a4d636beb779adba7588
parent7dca4e3af118328d7013b58106d129b162047cb3
gh-143897: Remove the isxidstart() and isxidcontinue() methods of unicodedata.ucd_3_2_0 (GH-143898)

They are now only exposed as the unicodedata function.
Lib/test/test_unicodedata.py
Misc/NEWS.d/next/Library/2026-01-16-10-53-17.gh-issue-143897.hWJBHN.rst [new file with mode: 0644]
Modules/clinic/unicodedata.c.h
Modules/unicodedata.c