mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Soundex has gone.
This commit is contained in:
parent
501d89da40
commit
f02f4c8825
1 changed files with 0 additions and 2 deletions
|
|
@ -75,7 +75,6 @@ extern void initsyslog();
|
||||||
extern void initgestalt();
|
extern void initgestalt();
|
||||||
extern void initmacfs();
|
extern void initmacfs();
|
||||||
extern void initbinascii();
|
extern void initbinascii();
|
||||||
extern void initsoundex();
|
|
||||||
extern void initoperator();
|
extern void initoperator();
|
||||||
extern void initerrno();
|
extern void initerrno();
|
||||||
extern void initpcre();
|
extern void initpcre();
|
||||||
|
|
@ -199,7 +198,6 @@ struct _inittab _PyImport_Inittab[] = {
|
||||||
{"gestalt", initgestalt},
|
{"gestalt", initgestalt},
|
||||||
{"macfs", initmacfs},
|
{"macfs", initmacfs},
|
||||||
{"binascii", initbinascii},
|
{"binascii", initbinascii},
|
||||||
{"soundex", initsoundex},
|
|
||||||
{"operator", initoperator},
|
{"operator", initoperator},
|
||||||
{"errno", initerrno},
|
{"errno", initerrno},
|
||||||
{"pcre", initpcre},
|
{"pcre", initpcre},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue