]> granicus.if.org Git - python/commitdiff
Delete reference to reopmodule.c. Add comment about soundex' obsolescence.
authorGuido van Rossum <guido@python.org>
Fri, 10 Apr 1998 20:44:11 +0000 (20:44 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Apr 1998 20:44:11 +0000 (20:44 +0000)
Modules/Setup.in

index b4c695db2fd9fbbf90b1864268939dd909e5ca6a..a1c6ec193f06ef1413db9b7ee385a00895ce0ff2 100644 (file)
@@ -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