diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-10-11 00:17:29 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-10-11 00:17:29 (GMT) |
commit | f0a1b87560ad214277f78d5a96fab78b61933a8b (patch) | |
tree | 2d29f993bfc826f0cf176d685de98f80d06ce0e3 /Modules/unicodedata.c | |
parent | 4dfa3d5d631fc62d3f08c0813db9a14c5b84f843 (diff) | |
parent | 577dd61ff2608c9271801a099b0015508bcde2b7 (diff) | |
download | cpython-f0a1b87560ad214277f78d5a96fab78b61933a8b.zip cpython-f0a1b87560ad214277f78d5a96fab78b61933a8b.tar.gz cpython-f0a1b87560ad214277f78d5a96fab78b61933a8b.tar.bz2 |
merge 3.3
Diffstat (limited to 'Modules/unicodedata.c')
-rw-r--r-- | Modules/unicodedata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 59bfb34..b96e96b 100644 --- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -1325,7 +1325,7 @@ this database is based on the UnicodeData.txt file version\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.3.0"); +UnicodeData File Format " UNIDATA_VERSION "."); static struct PyModuleDef unicodedatamodule = { PyModuleDef_HEAD_INIT, |