From: Guido van Rossum Date: Mon, 21 Sep 1998 14:45:22 +0000 (+0000) Subject: Enable the 'new' module by default. X-Git-Tag: v1.5.2a2~267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0db4c94d0943c66fc673b50738c2f781cee0b67d;p=thirdparty%2FPython%2Fcpython.git Enable the 'new' module by default. --- diff --git a/Modules/Setup.in b/Modules/Setup.in index 605c38b220c0..e24e1f332d16 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -314,7 +314,7 @@ rotor rotormodule.c # enigma-inspired encryption # Tommy Burnette's 'new' module (creates new empty objects of certain kinds): -#new newmodule.c +new newmodule.c # Generic (SunOS / SVR4) dynamic loading module.