[Python-Dev] More new Windos test failures

Brett Cannon drifty@alum.berkeley.edu
Fri, 25 Apr 2003 16:57:46 -0700 (PDT)


[Tim Peters]

> >> test_urllib (these may all be bad line-end assumptions):
>
> [Brett]
> > Yep, it looks like it is line-ending issues.  Is this still happening
> > even after Guido changed the test to open the files in binary?
>
> No, all is well now.  That's why you didn't see a sequence of increasingly
> vicious msgs from me <wink>.
>

=)  I have fixed my copy, though, to rstrip all the text that is compared
in case Guido's quick fix is removed later.  I will commit it when Guido
gives the all-clear.

-Brett