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 ncoghlan
Recipients christian.heimes, giampaolo.rodola, ncoghlan, r.david.murray, steve.dower, vstinner
Date 2014-10-29.12:24:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414585450.97.0.660312671093.issue22731@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, switching the subprocess invocation in test_capi.py to universal newlines mode and joining the expected output with '\n' sounds like the right test case fix to me.

As far as the printf() change goes, I'm not really the right person to ask - all my Windows dev experience is with Python and C++, while my C dev experience has been primarily on TI DSP's and Linux.

If I had to guess, the behavioural change is likely a result of the C99 enhancements and standards conformance improvements described in http://blogs.msdn.com/b/vcblog/archive/2014/06/03/visual-studio-14-ctp.aspx
History
Date User Action Args
2014-10-29 12:24:11ncoghlansetrecipients: + ncoghlan, vstinner, giampaolo.rodola, christian.heimes, r.david.murray, steve.dower
2014-10-29 12:24:10ncoghlansetmessageid: <1414585450.97.0.660312671093.issue22731@psf.upfronthosting.co.za>
2014-10-29 12:24:10ncoghlanlinkissue22731 messages
2014-10-29 12:24:10ncoghlancreate