diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-10-11 00:22:10 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-10-11 00:22:10 (GMT) |
commit | 8aa7b89983ba0e3092a151fd5abbfd301937d07a (patch) | |
tree | 264aa8614542b5f670744e7c1e0e6410c0163330 /Modules/unicodedata.c | |
parent | 577dd61ff2608c9271801a099b0015508bcde2b7 (diff) | |
download | cpython-8aa7b89983ba0e3092a151fd5abbfd301937d07a.zip cpython-8aa7b89983ba0e3092a151fd5abbfd301937d07a.tar.gz cpython-8aa7b89983ba0e3092a151fd5abbfd301937d07a.tar.bz2 |
replace hardcoded version
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 901e337..f4d3608 100644 --- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -1322,7 +1322,7 @@ 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\ +" UNIDATA_VERSION " 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 " UNIDATA_VERSION "."); |