]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Switch to sre for regular expression matching (the new mini-re module
authorGuido van Rossum <guido@python.org>
Fri, 30 Jun 2000 16:25:20 +0000 (16:25 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 30 Jun 2000 16:25:20 +0000 (16:25 +0000)
commit2850d186156ca4af83a298d24fa7e96af9f4807c
tree8cc0c10902e9b2c8c5de30f85ab497e2af9c2625
parentef82cd72341158ec791406215da198e8a5508357
Switch to sre for regular expression matching (the new mini-re module
is actually by Fredrik Lundh).  This will break the re tests --
Fredrik will fix this before the final release.
Lib/pre.py [new file with mode: 0644]
Lib/re.py
Lib/test/test_re.py