mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added pcre module
This commit is contained in:
parent
213649023c
commit
bbaf37c03e
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,7 @@ extern void initsoundex();
|
|||
extern void initoperator();
|
||||
extern void initerrno();
|
||||
extern void initreop();
|
||||
extern void initpcre();
|
||||
#ifdef THINK
|
||||
extern void initmacconsole();
|
||||
#endif
|
||||
|
@ -183,6 +184,7 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"operator", initoperator},
|
||||
{"errno", initerrno},
|
||||
{"reop", initreop},
|
||||
{"pcre", initpcre},
|
||||
#ifdef THINK_C
|
||||
/* This is an interface to the Think runtime */
|
||||
{"macconsole", initmacconsole},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue