]> granicus.if.org Git - python/commitdiff
replace hardcoded version
authorBenjamin Peterson <benjamin@python.org>
Fri, 11 Oct 2013 00:22:10 +0000 (20:22 -0400)
committerBenjamin Peterson <benjamin@python.org>
Fri, 11 Oct 2013 00:22:10 +0000 (20:22 -0400)
Modules/unicodedata.c

index 901e337952e40aab6c6c1b5341bcdf858d27aba9..f4d3608750c5ffb9ca33cb5779fa72eeec97a72c 100644 (file)
@@ -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 ".");