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 jbeck
Recipients jbeck
Date 2015-03-04.16:40:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425487231.91.0.280595585638.issue23584@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 8473 fixed a problem with lineendings in test_doctest, but it
appears not to work in verbose mode.  Adding verbose=False to the
doctest.testfile() invocations in test_lineendings() fixes this.
Attaching a patch to fix this for both 2.7 and 3.4.
History
Date User Action Args
2015-03-04 16:40:31jbecksetrecipients: + jbeck
2015-03-04 16:40:31jbecksetmessageid: <1425487231.91.0.280595585638.issue23584@psf.upfronthosting.co.za>
2015-03-04 16:40:31jbecklinkissue23584 messages
2015-03-04 16:40:31jbeckcreate