Kaydet (Commit) d96b2f24 authored tarafından Ezio Melotti's avatar Ezio Melotti

Merged revisions 79320 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79320 | ezio.melotti | 2010-03-23 02:38:12 +0200 (Tue, 23 Mar 2010) | 1 line

  Link specifically to the UCD version 5.2.0.
........
üst b1493b8e
...@@ -19,8 +19,8 @@ based on the :file:`UnicodeData.txt` file version 5.2.0 which is publicly ...@@ -19,8 +19,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)
......
...@@ -1238,7 +1238,8 @@ this database is based on the UnicodeData.txt file version\n\ ...@@ -1238,7 +1238,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).");
static struct PyModuleDef unicodedatamodule = { static struct PyModuleDef unicodedatamodule = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment