cpython: 33d118a27035 (original) (raw)
Mercurial > cpython
changeset 103734:33d118a27035 3.6
Issue #27952: Merge from 3.5 [#27952]
Berker Peksag berker.peksag@gmail.com | |
---|---|
date | Tue, 13 Sep 2016 07:56:21 +0300 |
parents | 095c77323a6e(current diff)5ae3782c4e05(diff) |
children | 6acd2b575a3c 96bf30d5387a |
files | |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-)[+] [-] Lib/test/test_tools/test_fixcid.py 3 |
line wrap: on
line diff
--- a/Lib/test/test_tools/test_fixcid.py +++ b/Lib/test/test_tools/test_fixcid.py @@ -83,7 +83,8 @@ class Test(unittest.TestCase): script = os.path.join(scriptsdir, "fixcid.py") with support.swap_attr(sys, "argv", argv), [](#l1.5) support.swap_attr(sys, "stdin", StringIO(input)), [](#l1.6)
support.captured_stdout() as output:[](#l1.7)
support.captured_stdout() as output, \[](#l1.8)
support.captured_stderr():[](#l1.9) try:[](#l1.10) runpy.run_path(script, run_name="__main__")[](#l1.11) except SystemExit as exit:[](#l1.12)