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 steve.dower
Recipients christian.heimes, giampaolo.rodola, ncoghlan, steve.dower
Date 2014-10-26.20:28:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414355323.22.0.739956006711.issue22731@psf.upfronthosting.co.za>
In-reply-to
Content
The test_capi.test_forced_io_encoding test currently requires that newlines match when checking the results. This apparently does not occur with VC10 builds, but does appear with newer versions of the compiler.

This patch normalises the line endings in the values being checked. Just seeking a quick review before I check it in - not sure who's best to nosy, so I picked the test coverage group.
History
Date User Action Args
2014-10-26 20:28:43steve.dowersetrecipients: + steve.dower, ncoghlan, giampaolo.rodola, christian.heimes
2014-10-26 20:28:43steve.dowersetmessageid: <1414355323.22.0.739956006711.issue22731@psf.upfronthosting.co.za>
2014-10-26 20:28:43steve.dowerlinkissue22731 messages
2014-10-26 20:28:42steve.dowercreate