]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New "re" regular expression support.
authorGuido van Rossum <guido@python.org>
Mon, 6 Oct 1997 14:43:11 +0000 (14:43 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 6 Oct 1997 14:43:11 +0000 (14:43 +0000)
commit51b3aa3d38a49be5cc060d783dd1c80b6082b640
treea487da45a7465d14b36bacd9f3e3ef9c0eefb5c1
parent04ac894189a906102ce6d29fd916b57482682178
New "re" regular expression support.
This code is written by Philip Hazel and Andrew Kuchling.
It requires a new "re.py" module, too.
Modules/pcre-internal.h [new file with mode: 0644]
Modules/pcre.h [new file with mode: 0644]
Modules/pcremodule.c [new file with mode: 0644]
Modules/pypcre.c [new file with mode: 0644]