Marc-Andre Lemburg: Add _codecs and unicodedata modules.

This commit is contained in:
Guido van Rossum 2000-03-10 23:12:08 +00:00
parent 5fccb7c58e
commit c7de91bf9c
1 changed files with 4 additions and 0 deletions

View File

@ -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