Marc-Andre Lemburg <mal@lemburg.com>:

Added new ucnhash module by Bill Tutt.
This commit is contained in:
Marc-André Lemburg 2000-06-28 16:42:39 +00:00
parent b0c0ecfa26
commit 2dabf69f5c
1 changed files with 1 additions and 0 deletions

View 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