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 terry.reedy
Recipients eric.araujo, lregebro, terry.reedy
Date 2012-01-14.01:29:45
SpamBayes Score 3.038308e-07
Marked as misclassified No
Message-id <1326504588.4.0.581015911772.issue8473@psf.upfronthosting.co.za>
In-reply-to
Content
By 'update', do you mean to change

+Due to the way releases are made on different platforms, we sometimes test
+files on a *nix system with Windows file endings. Unfortunately, that leaves
+some of the test files broken:

to something like

+Issue8473: Make sure doctest works with mixed line endings.
+When this test is run on *nix, it has the side effect of making sure
+that doctest can handle Windows line endings on *nix.

Or just leave the last two lines off?

And also change '/r/n/r/n' x 2 to '/r/n/n' and '/n/r/n'.
History
Date User Action Args
2012-01-14 01:29:48terry.reedysetrecipients: + terry.reedy, eric.araujo, lregebro
2012-01-14 01:29:48terry.reedysetmessageid: <1326504588.4.0.581015911772.issue8473@psf.upfronthosting.co.za>
2012-01-14 01:29:47terry.reedylinkissue8473 messages
2012-01-14 01:29:45terry.reedycreate