mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Remove some more references to regex that I missed.
This commit is contained in:
parent
10be10cbe7
commit
c4bd28c303
5 changed files with 0 additions and 25 deletions
|
@ -64,7 +64,6 @@ extern void inititertools();
|
|||
extern void initmath();
|
||||
extern void initmd5();
|
||||
extern void initoperator();
|
||||
extern void initregex();
|
||||
extern void initrgbimg();
|
||||
extern void initsha();
|
||||
extern void initstrop();
|
||||
|
@ -128,7 +127,6 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"math", initmath},
|
||||
{"md5", initmd5},
|
||||
{"operator", initoperator},
|
||||
{"regex", initregex},
|
||||
{"rgbimg", initrgbimg},
|
||||
{"sha", initsha},
|
||||
{"strop", initstrop},
|
||||
|
|
|
@ -1134,19 +1134,6 @@ EXPORTS
|
|||
; From python24_s.lib(_randommodule)
|
||||
; "init_random"
|
||||
|
||||
; From python24_s.lib(regexmodule)
|
||||
; "initregex"
|
||||
|
||||
; From python24_s.lib(regexpr)
|
||||
; "_Py_re_syntax_table"
|
||||
; "_Py_re_compile_initialize"
|
||||
; "_Py_re_compile_pattern"
|
||||
; "_Py_re_match"
|
||||
; "_Py_re_search"
|
||||
; "_Py_re_set_syntax"
|
||||
; "_Py_re_compile_fastmap"
|
||||
; "_Py_re_syntax"
|
||||
|
||||
; From python24_s.lib(rgbimgmodule)
|
||||
; "initrgbimg"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue