summaryrefslogtreecommitdiffstats
path: root/Python/.cvsignore
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2003-01-02 22:48:36 (GMT)
committerBarry Warsaw <barry@python.org>2003-01-02 22:48:36 (GMT)
commit3d597812b655ffd437997f8e47080ed4225dbd86 (patch)
tree0ae7da4034e37383021f21d94f3bf38995c01aa0 /Python/.cvsignore
parentd5ac8d0b3990853d3dfaa6f7029c71dadeee10b1 (diff)
downloadcpython-3d597812b655ffd437997f8e47080ed4225dbd86.zip
cpython-3d597812b655ffd437997f8e47080ed4225dbd86.tar.gz
cpython-3d597812b655ffd437997f8e47080ed4225dbd86.tar.bz2
Jack complained that on test_crlf_separation() was failing on MacOS9
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.
Diffstat (limited to 'Python/.cvsignore')
0 files changed, 0 insertions, 0 deletions