[Python-Dev] New test failure on Windows

Skip Montanaro skip@pobox.com
Thu, 24 Apr 2003 22:05:28 -0500


    Gary> It's mostly a waste to run both, and having two is a maintenance
    Gary> hassle, underscored by the fact that Skip has choosen the less
    Gary> important one of the two (IMHO) to modernize.

I think it would be better to fold missing tests in from test_sre to
test_re, not so much because I've partly converted test_re to use unittest,
but because "re" is what people generally import.  It never even occurred to
me to look for "test_sre" when I was looking for a candidate test suite to
convert to unittest.  I'll keep working at completing the conversion.

Skip