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 9aa5866 commit cf6f0fcCopy full SHA for cf6f0fc
Lib/test/test_cmd_line.py
@@ -337,7 +337,7 @@ def test_osx_android_utf8(self):
337
self.assertEqual(p.returncode, 0)
338
339
@unittest.skipIf(os.environ.get("PYTHONUNBUFFERED", "0") != "0",
340
- "Python stdio buffering is disabled.")
+ "Python stdio buffering is disabled.")
341
def test_non_interactive_output_buffering(self):
342
code = textwrap.dedent("""
343
import sys
0 commit comments