changeset: 76416:c4c67c2d8ffc branch: 3.2 parent: 76414:ba4baaddac8d user: Nick Coghlan date: Thu Apr 19 22:19:36 2012 +1000 files: Lib/test/test_cmd_line_script.py Misc/ACKS Misc/NEWS description: Close #14032: fix incorrect variable reference in test_cmd_line_script diff -r ba4baaddac8d -r c4c67c2d8ffc Lib/test/test_cmd_line_script.py --- a/Lib/test/test_cmd_line_script.py Wed Apr 18 19:18:22 2012 -0600 +++ b/Lib/test/test_cmd_line_script.py Thu Apr 19 22:19:36 2012 +1000 @@ -242,7 +242,7 @@ script_name = _make_test_script(pkg_dir, 'script') rc, out, err = assert_python_ok('-m', 'test_pkg.script') if verbose> 1: - print(data) + print(out) expected = "init_argv0==%r" % '-m' self.assertIn(expected.encode('utf-8'), out) self._check_output(script_name, rc, out, diff -r ba4baaddac8d -r c4c67c2d8ffc Misc/ACKS --- a/Misc/ACKS Wed Apr 18 19:18:22 2012 -0600 +++ b/Misc/ACKS Thu Apr 19 22:19:36 2012 +1000 @@ -1026,6 +1026,7 @@ Florent Xicluna Hirokazu Yamamoto Ka-Ping Yee +Jason Yeo Bob Yodlowski Danny Yoo George Yoshida diff -r ba4baaddac8d -r c4c67c2d8ffc Misc/NEWS --- a/Misc/NEWS Wed Apr 18 19:18:22 2012 -0600 +++ b/Misc/NEWS Thu Apr 19 22:19:36 2012 +1000 @@ -152,6 +152,9 @@ Tests ----- +- Issue #14032: Fix incorrect variable name in test_cmd_line_script debugging + message (Patch by Jason Yeo) + - Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl.

AltStyle によって変換されたページ (->オリジナル) /