[Python-Dev] New test failure on Windows

Gary Herron gherron@islandtraining.com
Thu, 24 Apr 2003 20:48:12 -0700


On Thursday 24 April 2003 08:05 pm, Skip Montanaro wrote:
>     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.

Sure.  This is sensible.

Gary Herron