summaryrefslogtreecommitdiffstats
path: root/Doc/library/unicodedata.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2026-01-14 14:41:12 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2026-01-14 14:41:32 (GMT)
commitd51cc01c197156a95e98c8d225c01204881f7da8 (patch)
tree035542a4b311ae81b705ada827858925839e8b2b /Doc/library/unicodedata.rst
parentbab1d7a561ab015dd6bb97e255fd12a8ce367edf (diff)
downloadcpython-3.15.0a5.zip
cpython-3.15.0a5.tar.gz
cpython-3.15.0a5.tar.bz2
Python 3.15.0a5v3.15.0a5
Diffstat (limited to 'Doc/library/unicodedata.rst')
-rw-r--r--Doc/library/unicodedata.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst
index 8ae0a92..838744c 100644
--- a/Doc/library/unicodedata.rst
+++ b/Doc/library/unicodedata.rst
@@ -188,14 +188,14 @@ following functions:
Returns the Grapheme_Cluster_Break property assigned to the character.
- .. versionadded:: next
+ .. versionadded:: 3.15
.. function:: indic_conjunct_break(chr, /)
Returns the Indic_Conjunct_Break property assigned to the character.
- .. versionadded:: next
+ .. versionadded:: 3.15
.. function:: extended_pictographic(chr, /)
@@ -203,7 +203,7 @@ following functions:
Returns ``True`` if the character has the Extended_Pictographic property,
``False`` otherwise.
- .. versionadded:: next
+ .. versionadded:: 3.15
.. function:: normalize(form, unistr, /)
@@ -262,7 +262,7 @@ following functions:
Standard Annex #29, `"Unicode Text Segmentation"
<https://www.unicode.org/reports/tr29/>`_.
- .. versionadded:: next
+ .. versionadded:: 3.15
In addition, the module exposes the following constant: