[Python-Dev] test_s?re merge
Skip Montanaro
skip@pobox.com
Fri, 25 Apr 2003 11:14:51 -0500
For those of you who don't read python-checkins, the merge of test_re.py and
test_sre.py has been completed and test_sre.py is no longer in the
repository. Future test cases should be added to test_re.py, even if it's a
test specifically of Fredrik's sre module. The sre.Scanner object is the
only thing imported directly from sre, and only because it is not sucked in
by re.py.
I may also assimilate Tim's re_tests.py at some point, but probably not real
soon, so if someone feels like tackling that, be my guest. ;-)
Skip