Skip to content

Commit 4900fb7

Browse files
Expand What's New and blurb
1 parent 5ccc2cd commit 4900fb7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
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.

0 commit comments

Comments
 (0)