]> granicus.if.org Git - python/commitdiff
Add the Setup line for the pcre module.
authorGuido van Rossum <guido@python.org>
Tue, 7 Oct 1997 16:17:55 +0000 (16:17 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Oct 1997 16:17:55 +0000 (16:17 +0000)
Modules/Setup.in

index 106e97a5b5d1832e9268f8c2efc12dc333dd11e2..0c424ffc92840364bebb9716df914bbe8bff77ef 100644 (file)
@@ -89,7 +89,8 @@ 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 (also needs regexpr.c)
+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)