We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8daee63 commit a92a662Copy full SHA for a92a662
1 file changed
Modules/Setup.in
@@ -86,7 +86,6 @@ PYTHONPATH=$(COREPYTHONPATH)
86
# Some modules that are normally always on:
87
88
regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style
89
-reop reopmodule.c # Additional RE support (for re1.py)
90
pcre pcremodule.c pypcre.c # Regular expressions, Perl style (for re.py)
91
posix posixmodule.c # posix (UNIX) system calls
92
signal signalmodule.c # signal(2)
@@ -358,7 +357,7 @@ rotor rotormodule.c # enigma-inspired encryption
358
357
359
360
361
-# David Wayne Williams' soundex module
+# David Wayne Williams' soundex module (obsolete -- this will disappear!)
362
#soundex soundex.c
363
364
# Helper module for various ascii-encoders
0 commit comments