mirror of https://github.com/python/cpython
Marc-Andre Lemburg: Add _codecs and unicodedata modules.
This commit is contained in:
parent
5fccb7c58e
commit
c7de91bf9c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue