summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2000-06-28 16:42:39 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2000-06-28 16:42:39 (GMT)
commit2dabf69f5c31bea811fd7a17ecbdefb278fbd837 (patch)
treed6b1b38501371031ffe73f8f2086c3f41939cad7 /Modules
parentb0c0ecfa2615b0202327284ea6eb32a2b2a8aba8 (diff)
downloadcpython-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')
-rw-r--r--Modules/Setup.in1
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