mirror of
https://github.com/python/cpython.git
synced 2025-11-15 00:00:00 +00:00
Nuked another reference to newmodule.c.
This commit is contained in:
parent
0add0e86c7
commit
0444302710
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ struct _inittab _PyImport_Inittab[] = {
|
||||||
// {"imageop", initimageop},
|
// {"imageop", initimageop},
|
||||||
{"math", initmath},
|
{"math", initmath},
|
||||||
{"md5", initmd5},
|
{"md5", initmd5},
|
||||||
{"new", initnew},
|
|
||||||
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__)
|
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__)
|
||||||
{"nt", initnt}, /* Use the NT os functions, not posix */
|
{"nt", initnt}, /* Use the NT os functions, not posix */
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue