mirror of https://github.com/python/cpython
Add the Setup line for the pcre module.
This commit is contained in:
parent
93374539ad
commit
176bb41efa
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue