From: Tim Peters Date: Sun, 16 Jun 2002 01:37:36 +0000 (+0000) Subject: Nuked another reference to newmodule.c. X-Git-Tag: v2.3c1~5299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04443027107e1d53efaf7a41546f65af45748fd7;p=python Nuked another reference to newmodule.c. --- diff --git a/PC/os2vacpp/config.c b/PC/os2vacpp/config.c index 2e53c3f98e..1f9ca50c61 100644 --- a/PC/os2vacpp/config.c +++ b/PC/os2vacpp/config.c @@ -61,7 +61,6 @@ struct _inittab _PyImport_Inittab[] = { // {"imageop", initimageop}, {"math", initmath}, {"md5", initmd5}, - {"new", initnew}, #if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) {"nt", initnt}, /* Use the NT os functions, not posix */ #else