From c7de91bf9c49dedffa2dd983fcb5f1022d76ac8f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 10 Mar 2000 23:12:08 +0000 Subject: [PATCH] Marc-Andre Lemburg: Add _codecs and unicodedata modules. --- Modules/Setup.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Modules/Setup.in b/Modules/Setup.in index 45bdbacce8..839cc09f2f 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 -- 2.40.0