mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
upgrade unicode db to 6.3.0 (closes #19221)
This commit is contained in:
parent
78d692f98e
commit
94d08d908b
8 changed files with 17570 additions and 17528 deletions
|
|
@ -1322,10 +1322,10 @@ PyDoc_STRVAR(unicodedata_docstring,
|
|||
"This module provides access to the Unicode Character Database which\n\
|
||||
defines character properties for all Unicode characters. The data in\n\
|
||||
this database is based on the UnicodeData.txt file version\n\
|
||||
6.0.0 which is publically available from ftp://ftp.unicode.org/.\n\
|
||||
6.3.0 which is publically available from ftp://ftp.unicode.org/.\n\
|
||||
\n\
|
||||
The module uses the same names and symbols as defined by the\n\
|
||||
UnicodeData File Format 6.0.0 (see\n\
|
||||
UnicodeData File Format 6.3.0 (see\n\
|
||||
http://www.unicode.org/reports/tr44/tr44-6.html).");
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue