Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d30e74

Browse files
committed
Delete reference to reopmodule.c. Add comment about soundex' obsolescence.
1 parent b53dc43 commit 5d30e74

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Modules/Setup.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ PYTHONPATH=$(COREPYTHONPATH)
8686
# Some modules that are normally always on:
8787

8888
regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style
89-
reop reopmodule.c # Additional RE support (for re1.py)
9089
pcre pcremodule.c pypcre.c # Regular expressions, Perl style (for re.py)
9190
posix posixmodule.c # posix (UNIX) system calls
9291
signal signalmodule.c # signal(2)
@@ -358,7 +357,7 @@ rotor rotormodule.c # enigma-inspired encryption
358357

359358

360359

361-
# David Wayne Williams' soundex module
360+
# David Wayne Williams' soundex module (obsolete -- this will disappear!)
362361
#soundex soundex.c
363362

364363
# Helper module for various ascii-encoders

0 commit comments

Comments
 (0)