We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8f329 commit 2a2c4d4Copy full SHA for 2a2c4d4
Lib/test/test_pyrepl/test_interact.py
@@ -58,7 +58,7 @@ def test_multiple_statements_fail_early(self):
58
console = InteractiveColoredConsole()
59
code = dedent("""\
60
raise Exception('foobar')
61
- print('spam&eggs')
+ print('spam', 'eggs', sep='&')
62
""")
63
f = io.StringIO()
64
with contextlib.redirect_stderr(f):
0 commit comments