[Python-checkins] cpython (3.3): make sure the docstring is never out of date wrt unicode data version

benjamin.peterson python-checkins at python.org
Fri Oct 11 02:17:35 CEST 2013


http://hg.python.org/cpython/rev/fdc8da393675
changeset:   86205:fdc8da393675
branch:      3.3
parent:      86202:4e301c80f5d1
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Oct 10 20:16:25 2013 -0400
summary:
  make sure the docstring is never out of date wrt unicode data version

files:
  Modules/unicodedata.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -1325,7 +1325,7 @@
 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 = {

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list