Commit ade711a5 authored by Fredrik Lundh's avatar Fredrik Lundh

the ucnhash module is no longer used

parent 06d12680
......@@ -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']) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment