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

Skip to content

Commit 98d2c0a

Browse files
committed
#13379: update Unicode version in unicodedata docstrings and comments.
1 parent a365113 commit 98d2c0a

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])
@@ -1241,11 +1242,11 @@ PyDoc_STRVAR(unicodedata_docstring,
12411242
"This module provides access to the Unicode Character Database which\n\
12421243
defines character properties for all Unicode characters. The data in\n\
12431244
this database is based on the UnicodeData.txt file version\n\
1244-
5.2.0 which is publically available from ftp://ftp.unicode.org/.\n\
1245+
6.0.0 which is publically available from ftp://ftp.unicode.org/.\n\
12451246
\n\
12461247
The module uses the same names and symbols as defined by the\n\
1247-
UnicodeData File Format 5.2.0 (see\n\
1248-
http://www.unicode.org/reports/tr44/tr44-4.html).");
1248+
UnicodeData File Format 6.0.0 (see\n\
1249+
http://www.unicode.org/reports/tr44/tr44-6.html).");
12491250

12501251

12511252
static struct PyModuleDef unicodedatamodule = {

0 commit comments

Comments
 (0)