diff options
author | Guido van Rossum <guido@python.org> | 2000-03-10 23:12:08 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-03-10 23:12:08 (GMT) |
commit | c7de91bf9c49dedffa2dd983fcb5f1022d76ac8f (patch) | |
tree | a13ed44d7965418dbe2616c5666456ad3d2ca1c3 /Modules | |
parent | 5fccb7c58e9e511dcbe05aa3566c7a392fd488b5 (diff) | |
download | cpython-c7de91bf9c49dedffa2dd983fcb5f1022d76ac8f.zip cpython-c7de91bf9c49dedffa2dd983fcb5f1022d76ac8f.tar.gz cpython-c7de91bf9c49dedffa2dd983fcb5f1022d76ac8f.tar.bz2 |
Marc-Andre Lemburg: Add _codecs and unicodedata modules.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Setup.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 45bdbac..839cc09 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -134,6 +134,10 @@ strop stropmodule.c # fast string operations implemented in C struct structmodule.c # binary structure packing/unpacking time timemodule.c # -lm # time operations and variables operator operator.c # operator.add() and similar goodies +_codecs _codecsmodule.c # access to the builtin codecs and codec registry + +unicodedata unicodedata.c unicodedatabase.c + # static Unicode character database #_locale _localemodule.c # access to ISO C locale support |