Kaydet (Commit) 48b486b0 authored tarafından Jack Jansen's avatar Jack Jansen

Added unicodedata and _codecs modules (which had apparently slipped through until now).

üst 092580ba
......@@ -82,6 +82,8 @@ extern void initsoundex();
extern void initoperator();
extern void initerrno();
extern void initpcre();
extern void initunicodedata();
extern void init_codecs();
#ifdef THINK
extern void initmacconsole();
#endif
......@@ -202,6 +204,8 @@ struct _inittab _PyImport_Inittab[] = {
{"operator", initoperator},
{"errno", initerrno},
{"pcre", initpcre},
{"unicodedata", initunicodedata},
{"_codecs", init_codecs},
#ifdef THINK_C
/* This is an interface to the Think runtime */
{"macconsole", initmacconsole},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment