Commit 14970bea authored by Marc-André Lemburg's avatar Marc-André Lemburg

unicodedatabase.c is no longer needed thanks to Fredrik's patches.

parent 3af7cc03
......@@ -141,8 +141,7 @@ class PyBuildExt(build_ext):
# access to the builtin codecs and codec registry
exts.append( Extension('_codecs', ['_codecsmodule.c']) )
# static Unicode character database
exts.append( Extension('unicodedata',
['unicodedata.c', 'unicodedatabase.c']) )
exts.append( Extension('unicodedata', ['unicodedata.c']) )
# Unicode Character Name expansion hash table
exts.append( Extension('ucnhash', ['ucnhash.c']) )
# access to ISO C locale support
......
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