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 terry.reedy
Recipients CuriousLearner, ncoghlan, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2017-07-25.18:05:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501005939.64.0.699290020975.issue30721@psf.upfronthosting.co.za>
In-reply-to
Content
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'"
History
Date User Action Args
2017-07-25 18:05:39terry.reedysetrecipients: + terry.reedy, paul.moore, ncoghlan, tim.golden, zach.ware, steve.dower, CuriousLearner
2017-07-25 18:05:39terry.reedysetmessageid: <1501005939.64.0.699290020975.issue30721@psf.upfronthosting.co.za>
2017-07-25 18:05:39terry.reedylinkissue30721 messages
2017-07-25 18:05:39terry.reedycreate