Message299128
The test added in the PR passes on linux (Travis) and Mac (op's machine), fails on Windows (Appveyor). The patch itself modifies abstract.c. Could some Windows expert take a look?
test_string_with_stream_redirection (test.test_print.TestPy2MigrationHint) ... FAIL
FAIL: test_string_with_stream_redirection (test.test_print.TestPy2MigrationHint)
Traceback (most recent call last):
File "C:\projects\cpython\lib\test\test_print.py", line 165, in test_string_with_stream_redirection
'file=<output_stream>)', str(context.exception))
AssertionError: 'Did you mean "print(, file=<output_stream>)' not found in "unsupported operand type(s) for >>: 'builtin_function_or_method' and '_io.StringIO'" |
|
Date |
User |
Action |
Args |
2017-07-25 18:05:39 | terry.reedy | set | recipients:
+ terry.reedy, paul.moore, ncoghlan, tim.golden, zach.ware, steve.dower, CuriousLearner |
2017-07-25 18:05:39 | terry.reedy | set | messageid: <1501005939.64.0.699290020975.issue30721@psf.upfronthosting.co.za> |
2017-07-25 18:05:39 | terry.reedy | link | issue30721 messages |
2017-07-25 18:05:39 | terry.reedy | create | |
|