diff options
| author | Guido van Rossum <guido@python.org> | 1998-09-21 14:45:22 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1998-09-21 14:45:22 +0000 |
| commit | 0db4c94d0943c66fc673b50738c2f781cee0b67d (patch) | |
| tree | 017a5b581d657fce264482db44acb6306aefa869 /Modules | |
| parent | 6ac06b39b389edca68610cfb42372ae000e514bb (diff) | |
| download | cpython-git-0db4c94d0943c66fc673b50738c2f781cee0b67d.tar.gz | |
Enable the 'new' module by default.
Diffstat (limited to 'Modules')
| -rw-r--r-- | Modules/Setup.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 605c38b220..e24e1f332d 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. |
