Message230206
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 |
|
Date |
User |
Action |
Args |
2014-10-29 12:24:11 | ncoghlan | set | recipients:
+ ncoghlan, vstinner, giampaolo.rodola, christian.heimes, r.david.murray, steve.dower |
2014-10-29 12:24:10 | ncoghlan | set | messageid: <1414585450.97.0.660312671093.issue22731@psf.upfronthosting.co.za> |
2014-10-29 12:24:10 | ncoghlan | link | issue22731 messages |
2014-10-29 12:24:10 | ncoghlan | create | |
|