make sure the docstring is never out of date wrt unicode data version
authorBenjamin Peterson <benjamin@python.org>
Fri, 11 Oct 2013 00:16:25 +0000 (20:16 -0400)
committerBenjamin Peterson <benjamin@python.org>
Fri, 11 Oct 2013 00:16:25 +0000 (20:16 -0400)
Modules/unicodedata.c

index 10d60e3cb75c0fdab5810d73f0ce8a3b1041e21b..901e337952e40aab6c6c1b5341bcdf858d27aba9 100644 (file)
@@ -1325,7 +1325,7 @@ this database is based on the UnicodeData.txt file version\n\
 6.0.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.0.0.");
+UnicodeData File Format " UNIDATA_VERSION ".");
 
 
 static struct PyModuleDef unicodedatamodule = {