◐ Shell
clean mode source ↗

Update test_unicodedata from v3.14.2 and implement more by youknowone · Pull Request #7114 · RustPython/RustPython

and others added 2 commits

February 14, 2026 09:32
Add combining, decomposition, digit, decimal, numeric methods to Ucd.
Change lookup() to raise KeyError instead of LookupError.
Remove expectedFailure markers from 9 passing tests.
Add unicodedata.is_normalized() method.
Rename decomp_chars to chars to fix spell check.
Remove expectedFailure from test_named_unicode_escapes and
test_urlsplit_normalization.

@github-actions

youknowone added a commit to youknowone/RustPython that referenced this pull request

Mar 22, 2026
Update test_unicodedata from v3.14.2 and implement more