Peter Donis <peterdo...@alum.mit.edu> added the comment:

Re msg110808, on thinking it over I realized it may not be so simple to get 
diff and patch to behave properly with a file like doctest_testfile.txt, where 
we want to intentionally mismatch newlines. We basically need to treat the file 
as binary rather than text (which also means that, since the file as I've 
uploaded it contains all Unix newlines except for the Windows and Mac specific 
lines, on a Windows or Mac system most of the file, including all the comment 
lines, ends up being part of the test). Maybe there's a way to set the 
svn:mime-type property to do that.

In the meantime, I've uploaded the raw doctest_testfile.txt file, so if 
necessary it can just be copied into the appropriate directory for testing.

----------
Added file: http://bugs.python.org/file18071/doctest_testfile.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1812>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to