mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Marc-Andre Lemburg: Add _codecs and unicodedata modules.
This commit is contained in:
parent
5fccb7c58e
commit
c7de91bf9c
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue