summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-04-10 20:44:11 (GMT)
committerGuido van Rossum <guido@python.org>1998-04-10 20:44:11 (GMT)
commit5d30e740f55bbd931d3a2420724fc619f0ddaa02 (patch)
tree3b4271b92b81191ef1c99e3e37597d55639fa457 /Modules/Setup.in
parentb53dc43769f42d6c8a40ca8b70786e1a08c50626 (diff)
downloadcpython-5d30e740f55bbd931d3a2420724fc619f0ddaa02.zip
cpython-5d30e740f55bbd931d3a2420724fc619f0ddaa02.tar.gz
cpython-5d30e740f55bbd931d3a2420724fc619f0ddaa02.tar.bz2
Delete reference to reopmodule.c. Add comment about soundex' obsolescence.
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r--Modules/Setup.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index b4c695d..a1c6ec1 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -86,7 +86,6 @@ PYTHONPATH=$(COREPYTHONPATH)
# Some modules that are normally always on:
regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style
-reop reopmodule.c # Additional RE support (for re1.py)
pcre pcremodule.c pypcre.c # Regular expressions, Perl style (for re.py)
posix posixmodule.c # posix (UNIX) system calls
signal signalmodule.c # signal(2)
@@ -358,7 +357,7 @@ rotor rotormodule.c # enigma-inspired encryption
-# David Wayne Williams' soundex module
+# David Wayne Williams' soundex module (obsolete -- this will disappear!)
#soundex soundex.c
# Helper module for various ascii-encoders