]> granicus.if.org Git - python/commitdiff
Enable the 'new' module by default.
authorGuido van Rossum <guido@python.org>
Mon, 21 Sep 1998 14:45:22 +0000 (14:45 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 21 Sep 1998 14:45:22 +0000 (14:45 +0000)
Modules/Setup.in

index 605c38b220c0d90dc438d1ac1fcda711d46dde7a..e24e1f332d16c4993c99158512bb12a36f354673 100644 (file)
@@ -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.