diff options
author | Marc-André Lemburg <mal@egenix.com> | 2000-06-28 16:42:39 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2000-06-28 16:42:39 (GMT) |
commit | 2dabf69f5c31bea811fd7a17ecbdefb278fbd837 (patch) | |
tree | d6b1b38501371031ffe73f8f2086c3f41939cad7 /Modules/Setup.in | |
parent | b0c0ecfa2615b0202327284ea6eb32a2b2a8aba8 (diff) | |
download | cpython-2dabf69f5c31bea811fd7a17ecbdefb278fbd837.zip cpython-2dabf69f5c31bea811fd7a17ecbdefb278fbd837.tar.gz cpython-2dabf69f5c31bea811fd7a17ecbdefb278fbd837.tar.bz2 |
Marc-Andre Lemburg <mal@lemburg.com>:
Added new ucnhash module by Bill Tutt.
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 312ac2e..d59bfcb 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -139,6 +139,7 @@ _codecs _codecsmodule.c # access to the builtin codecs and codec registry unicodedata unicodedata.c unicodedatabase.c # static Unicode character database +ucnhash ucnhash.c # Unicode Character Name expansion hash table _locale _localemodule.c # access to ISO C locale support |