From: Benjamin Peterson Date: Fri, 11 Oct 2013 00:16:25 +0000 (-0400) Subject: make sure the docstring is never out of date wrt unicode data version X-Git-Tag: v3.4.0a4~184^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=577dd61ff2608c9271801a099b0015508bcde2b7;p=python make sure the docstring is never out of date wrt unicode data version --- diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index 10d60e3cb7..901e337952 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.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 = {