From 0db4c94d0943c66fc673b50738c2f781cee0b67d Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 21 Sep 1998 14:45:22 +0000 Subject: [PATCH] Enable the 'new' module by default. --- Modules/Setup.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Setup.in b/Modules/Setup.in index 605c38b220c..e24e1f332d1 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.