]> granicus.if.org Git - python/commit
New "re" regular expression support.
authorGuido van Rossum <guido@python.org>
Mon, 6 Oct 1997 14:45:17 +0000 (14:45 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 6 Oct 1997 14:45:17 +0000 (14:45 +0000)
commitbf9d353babbd4126fc080a9a84ae65cc529b209d
tree9f4cf02319a56dc553466f5e338c90c0954982d9
parent51b3aa3d38a49be5cc060d783dd1c80b6082b640
New "re" regular expression support.
The new re module was written by Andrew Kuchling and uses the pcre
code in ../Modules/.  The old re module has been renamed to re1,
just in case you need it for comparison.
Lib/re.py
Lib/re1.py [new file with mode: 0644]