File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -769,7 +769,8 @@ unicodedata
769769* The Unicode database has been updated to Unicode 17.0.0.
770770
771771* Add :func: `unicodedata.isxidstart ` and :func: `unicodedata.isxidcontinue `
772- functions.
772+ functions to check whether a character can start or continue a
773+ `Unicode Standard Annex #31 <https://www.unicode.org/reports/tr31/ >`_ identifier.
773774 (Contributed by Stan Ulbrych in :gh: `129117 `.)
774775
775776
Original file line number Diff line number Diff line change 11:mod: `unicodedata `: Add :func: `~unicodedata.isxidstart ` and
2- :func: `~unicodedata.isxidcontinue ` functions.
2+ :func: `~unicodedata.isxidcontinue ` functions to check whether a character can
3+ start or continue a `Unicode Standard Annex #31 <https://www.unicode.org/reports/tr31/ >`_ identifier.
You can’t perform that action at this time.
0 commit comments