Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092580b commit 48b486bCopy full SHA for 48b486b
1 file changed
Mac/Modules/macconfig.c
@@ -82,6 +82,8 @@ extern void initsoundex();
82
extern void initoperator();
83
extern void initerrno();
84
extern void initpcre();
85
+extern void initunicodedata();
86
+extern void init_codecs();
87
#ifdef THINK
88
extern void initmacconsole();
89
#endif
@@ -202,6 +204,8 @@ struct _inittab _PyImport_Inittab[] = {
202
204
{"operator", initoperator},
203
205
{"errno", initerrno},
206
{"pcre", initpcre},
207
+ {"unicodedata", initunicodedata},
208
+ {"_codecs", init_codecs},
209
#ifdef THINK_C
210
/* This is an interface to the Think runtime */
211
{"macconsole", initmacconsole},
0 commit comments