]> granicus.if.org Git - python/commit
Issue #21645: test_asyncio, log debug trace into sys.__stderr__, not in
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Jul 2014 20:04:18 +0000 (22:04 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Jul 2014 20:04:18 +0000 (22:04 +0200)
commited589f5354d2f757c43505b9e1b1f3dabeb15428
treecc819df8ccbcafec74bc75fbc442de78e0080a7e
parent24f2a5093f5a361e071b663ea153d82b05ae42b5
Issue #21645: test_asyncio, log debug trace into sys.__stderr__, not in
sys.stderr, to get output even if tests are run with the -j command line
option.
Lib/test/test_asyncio/test_streams.py