mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +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 initmacfs();
|
||||
extern void initbinascii();
|
||||
extern void initsoundex();
|
||||
extern void initoperator();
|
||||
extern void initerrno();
|
||||
extern void initpcre();
|
||||
|
@ -199,7 +198,6 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"gestalt", initgestalt},
|
||||
{"macfs", initmacfs},
|
||||
{"binascii", initbinascii},
|
||||
{"soundex", initsoundex},
|
||||
{"operator", initoperator},
|
||||
{"errno", initerrno},
|
||||
{"pcre", initpcre},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue