New submission from Steve Dower:

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.

----------
assignee: steve.dower
components: Tests
files: test_capi.patch
keywords: patch
messages: 230034
nosy: christian.heimes, giampaolo.rodola, ncoghlan, steve.dower
priority: normal
severity: normal
stage: patch review
status: open
title: test_capi test fails because of mismatched newlines
versions: Python 3.5
Added file: http://bugs.python.org/file37021/test_capi.patch

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

Reply via email to