mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Removed newmodule.c from the project, and removed references to it from
the Windowish builds.
This commit is contained in:
parent
94c9d909d5
commit
0add0e86c7
4 changed files with 0 additions and 233 deletions
|
@ -20,7 +20,6 @@ extern void initimageop(void);
|
|||
#endif
|
||||
extern void initmath(void);
|
||||
extern void initmd5(void);
|
||||
extern void initnew(void);
|
||||
extern void initnt(void);
|
||||
extern void initoperator(void);
|
||||
extern void initregex(void);
|
||||
|
@ -72,7 +71,6 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
#endif
|
||||
{"math", initmath},
|
||||
{"md5", initmd5},
|
||||
{"new", initnew},
|
||||
{"nt", initnt}, /* Use the NT os functions, not posix */
|
||||
{"operator", initoperator},
|
||||
{"regex", initregex},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue