]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Marc-Andre Lemburg <mal@lemburg.com>:
authorMarc-André Lemburg <mal@egenix.com>
Wed, 28 Jun 2000 16:42:39 +0000 (16:42 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 28 Jun 2000 16:42:39 +0000 (16:42 +0000)
Added new ucnhash module by Bill Tutt.

Modules/Setup.in

index 312ac2e9a7d316fd5cbe053666774de98e0f2d86..d59bfcb074f035372ff86019da3f9fa302f1160e 100644 (file)
@@ -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