summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-02-22 15:45:46 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-02-22 15:45:46 (GMT)
commitb995509c2f3ede335d9c15e3274968e03708baa3 (patch)
treeeebe1e4db9f0b61e5e63bd47cea4164112992d99 /Modules/Setup.dist
parent7edbd4ffb4928d447c7d2a73e7cb7deddb30f0ac (diff)
downloadcpython-b995509c2f3ede335d9c15e3274968e03708baa3.zip
cpython-b995509c2f3ede335d9c15e3274968e03708baa3.tar.gz
cpython-b995509c2f3ede335d9c15e3274968e03708baa3.tar.bz2
Remove soundex module, as stated by GvR.
(Fred, I'll leave the doc changes to you, because I don't know if you want to delete libsoundex.tex or leave it in. Someone else will have to tweak PC/os2vacpp/{config.c,makefile} and PCbuild/pythoncore.dsp, both of which refer to soundex.c)
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 457101d..88fb355 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -402,9 +402,6 @@ GLHACK=-Dclear=__GLclear
-# David Wayne Williams' soundex module (obsolete -- this will disappear!)
-#soundex soundex.c
-
# Helper module for various ascii-encoders
#binascii binascii.c