Delete reference to reopmodule.c. Add comment about soundex' obsolescence.

This commit is contained in:
Guido van Rossum 1998-04-10 20:44:11 +00:00
parent b53dc43769
commit 5d30e740f5
1 changed files with 1 additions and 2 deletions

View File

@ -86,7 +86,6 @@ PYTHONPATH=$(COREPYTHONPATH)
# Some modules that are normally always on: # Some modules that are normally always on:
regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style 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) pcre pcremodule.c pypcre.c # Regular expressions, Perl style (for re.py)
posix posixmodule.c # posix (UNIX) system calls posix posixmodule.c # posix (UNIX) system calls
signal signalmodule.c # signal(2) 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 #soundex soundex.c
# Helper module for various ascii-encoders # Helper module for various ascii-encoders