projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4cf1c8
)
make sure the docstring is never out of date wrt unicode data version
author
Benjamin Peterson
<benjamin@python.org>
Fri, 11 Oct 2013 00:16:25 +0000
(20:16 -0400)
committer
Benjamin Peterson
<benjamin@python.org>
Fri, 11 Oct 2013 00:16:25 +0000
(20:16 -0400)
Modules/unicodedata.c
patch
|
blob
|
history
diff --git
a/Modules/unicodedata.c
b/Modules/unicodedata.c
index 10d60e3cb75c0fdab5810d73f0ce8a3b1041e21b..901e337952e40aab6c6c1b5341bcdf858d27aba9 100644
(file)
--- 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 = {