• Barry Warsaw's avatar
    Jack complained that on test_crlf_separation() was failing on MacOS9 · 3d597812
    Barry Warsaw yazdı
    because the test file, msg_26.txt which has \r\n line endings, was
    getting munged by cvs, which knows to do line ending conversions for
    text files.  But we want \r\n to be preserved on all platforms, so we
    cvs admin'd the file to be -kb (binary), which means we have to open
    the file in binary mode to preserve these line ends.  Hopefully this
    will be the end of the thrashing on this issue (but probably not).
    
    Test passes on *nix now, and Tim confirms it passes on Windows.  We'll
    leave it to Jack to test MacOS.
    3d597812
Adı
Son kayıt (commit)
Son güncelleme
..
data Loading commit data...
__init__.py Loading commit data...
test_email.py Loading commit data...
test_email_codecs.py Loading commit data...
test_email_torture.py Loading commit data...