Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df8077e

Browse files
committed
#13379: merge with 3.2.
2 parents 0215724 + 98d2c0a commit df8077e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Modules/unicodedata.c

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/* ------------------------------------------------------------------------
22
3-
unicodedata -- Provides access to the Unicode 5.2 data base.
3+
unicodedata -- Provides access to the Unicode database.
44
5-
Data was extracted from the Unicode 5.2 UnicodeData.txt file.
5+
Data was extracted from the UnicodeData.txt file.
6+
The current version number is reported in the unidata_version constant.
67
78
Written by Marc-Andre Lemburg ([email protected]).
89
Modified for Python 2.0 by Fredrik Lundh ([email protected])
@@ -1318,11 +1319,11 @@ PyDoc_STRVAR(unicodedata_docstring,
13181319
"This module provides access to the Unicode Character Database which\n\
13191320
defines character properties for all Unicode characters. The data in\n\
13201321
this database is based on the UnicodeData.txt file version\n\
1321-
5.2.0 which is publically available from ftp://ftp.unicode.org/.\n\
1322+
6.0.0 which is publically available from ftp://ftp.unicode.org/.\n\
13221323
\n\
13231324
The module uses the same names and symbols as defined by the\n\
1324-
UnicodeData File Format 5.2.0 (see\n\
1325-
http://www.unicode.org/reports/tr44/tr44-4.html).");
1325+
UnicodeData File Format 6.0.0 (see\n\
1326+
http://www.unicode.org/reports/tr44/tr44-6.html).");
13261327

13271328

13281329
static struct PyModuleDef unicodedatamodule = {

0 commit comments

Comments
 (0)