the ucnhash module is no longer used
This commit is contained in:
parent
06d126803c
commit
ade711a5c3
2
setup.py
2
setup.py
@ -161,8 +161,6 @@ class PyBuildExt(build_ext):
|
||||
exts.append( Extension('_codecs', ['_codecsmodule.c']) )
|
||||
# static Unicode character database
|
||||
exts.append( Extension('unicodedata', ['unicodedata.c']) )
|
||||
# Unicode Character Name expansion hash table
|
||||
exts.append( Extension('ucnhash', ['ucnhash.c']) )
|
||||
# access to ISO C locale support
|
||||
exts.append( Extension('_locale', ['_localemodule.c']) )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user