mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Link specifically to the UCD version 5.2.0.
This commit is contained in:
parent
88b6f8bada
commit
0d0b80bc3e
2 changed files with 4 additions and 3 deletions
|
@ -20,8 +20,8 @@ based on the :file:`UnicodeData.txt` file version 5.2.0 which is publicly
|
||||||
available from ftp://ftp.unicode.org/.
|
available from ftp://ftp.unicode.org/.
|
||||||
|
|
||||||
The module uses the same names and symbols as defined by the UnicodeData File
|
The module uses the same names and symbols as defined by the UnicodeData File
|
||||||
Format 5.2.0 (see http://www.unicode.org/reports/tr44/). It defines the
|
Format 5.2.0 (see http://www.unicode.org/reports/tr44/tr44-4.html).
|
||||||
following functions:
|
It defines the following functions:
|
||||||
|
|
||||||
|
|
||||||
.. function:: lookup(name)
|
.. function:: lookup(name)
|
||||||
|
|
|
@ -1236,7 +1236,8 @@ this database is based on the UnicodeData.txt file version\n\
|
||||||
5.2.0 which is publically available from ftp://ftp.unicode.org/.\n\
|
5.2.0 which is publically available from ftp://ftp.unicode.org/.\n\
|
||||||
\n\
|
\n\
|
||||||
The module uses the same names and symbols as defined by the\n\
|
The module uses the same names and symbols as defined by the\n\
|
||||||
UnicodeData File Format 5.2.0 (see http://www.unicode.org/reports/tr44/).");
|
UnicodeData File Format 5.2.0 (see\n\
|
||||||
|
http://www.unicode.org/reports/tr44/tr44-4.html).");
|
||||||
|
|
||||||
PyMODINIT_FUNC
|
PyMODINIT_FUNC
|
||||||
initunicodedata(void)
|
initunicodedata(void)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue