summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-06-14 22:31:38 (GMT)
committerGuido van Rossum <guido@python.org>1995-06-14 22:31:38 (GMT)
commit31affb2e42eb49d798469777ef3313d5af0c6780 (patch)
treec9fe919a5b3bfe2754fda9c87a13563298e5f84a /Modules/Setup.in
parent30b6b2b0328a2dd26bec81b76e9fe68710937562 (diff)
downloadcpython-31affb2e42eb49d798469777ef3313d5af0c6780.zip
cpython-31affb2e42eb49d798469777ef3313d5af0c6780.tar.gz
cpython-31affb2e42eb49d798469777ef3313d5af0c6780.tar.bz2
new modules soundex.c and environment.c
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r--Modules/Setup.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index b11c192..af9b1dc 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -272,5 +272,12 @@ rotor rotormodule.c # enigma-inspired encryption
#gdbm gdbmmodule.c -I/usr/local/include -L/usr/local/lib -lgdbm
+# Andy Bensky's "environment" module (contains putenv())
+#environment environment.c
+
+# David Wayne Williams' soundex module
+#soundex soundex.c
+
+
# Example -- included for reference only:
# xx xxmodule.c