diff options
author | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 (GMT) |
commit | 55ac8f0f26efdbbcb5cc197f9369d23d50bee908 (patch) | |
tree | a0d5b7128c055d8c767652dc3948c3404be06396 /Doc/library/unicodedata.rst | |
parent | 1617457cff847fed9fadb01f1acf6ba8bb621726 (diff) | |
download | cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.zip cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.gz cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.bz2 |
Get rid of the remaining versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/unicodedata.rst')
-rw-r--r-- | Doc/library/unicodedata.rst | 8 |
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') |