commit | bf9d353babbd4126fc080a9a84ae65cc529b209d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Oct 06 14:45:17 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Oct 06 14:45:17 1997 +0000 |
tree | 9f4cf02319a56dc553466f5e338c90c0954982d9 | |
parent | 51b3aa3d38a49be5cc060d783dd1c80b6082b640 [diff] |
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.