Merge from 3.2
This commit is contained in:
commit
e27b3608ef
|
@ -242,7 +242,7 @@ class CmdLineTest(unittest.TestCase):
|
|||
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,
|
||||
|
|
|
@ -1123,6 +1123,7 @@ Robert Xiao
|
|||
Florent Xicluna
|
||||
Hirokazu Yamamoto
|
||||
Ka-Ping Yee
|
||||
Jason Yeo
|
||||
Bob Yodlowski
|
||||
Danny Yoo
|
||||
George Yoshida
|
||||
|
|
Loading…
Reference in New Issue