This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pdonis
Recipients BreamoreBoy, belopolsky, pdonis
Date 2010-07-19.22:37:57
SpamBayes Score 0.050075356
Marked as misclassified No
Message-id <1279579079.75.0.109644791727.issue1812@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-07-19 22:37:59pdonissetrecipients: + pdonis, belopolsky, BreamoreBoy
2010-07-19 22:37:59pdonissetmessageid: <1279579079.75.0.109644791727.issue1812@psf.upfronthosting.co.za>
2010-07-19 22:37:58pdonislinkissue1812 messages
2010-07-19 22:37:57pdoniscreate