Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53dc43 commit 5d30e74Copy full SHA for 5d30e74
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