From: Marc-André Lemburg Date: Wed, 28 Jun 2000 16:42:39 +0000 (+0000) Subject: Marc-Andre Lemburg : X-Git-Tag: v2.0b1~1369 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2dabf69f5c31bea811fd7a17ecbdefb278fbd837;p=thirdparty%2FPython%2Fcpython.git Marc-Andre Lemburg : Added new ucnhash module by Bill Tutt. --- diff --git a/Modules/Setup.in b/Modules/Setup.in index 312ac2e9a7d3..d59bfcb074f0 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