summaryrefslogtreecommitdiffstats
path: root/Doc/library/unicodedata.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/unicodedata.rst')
-rw-r--r--Doc/library/unicodedata.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst
index ec788c5..9a238f1 100644
--- a/Doc/library/unicodedata.rst
+++ b/Doc/library/unicodedata.rst
@@ -81,8 +81,6 @@ the following functions:
Returns the east asian width assigned to the Unicode character *unichr* as
string.
- .. versionadded:: 2.4
-
.. function:: mirrored(unichr)
@@ -130,17 +128,13 @@ the following functions:
a human reader, if one has combining characters and the other
doesn't, they may not compare equal.
- .. versionadded:: 2.3
In addition, the module exposes the following constant:
-
.. data:: unidata_version
The version of the Unicode database used in this module.
- .. versionadded:: 2.3
-
.. data:: ucd_3_2_0
@@ -148,8 +142,6 @@ In addition, the module exposes the following constant:
Unicode database version 3.2 instead, for applications that require this
specific version of the Unicode database (such as IDNA).
- .. versionadded:: 2.5
-
Examples::
>>> unicodedata.lookup('LEFT CURLY BRACKET')