]> granicus.if.org Git - python/commit
Make the stdlib test suite helper test.script_helper._assert_python no longer
authorGregory P. Smith <greg@krypto.org>
Thu, 5 Feb 2015 01:16:30 +0000 (17:16 -0800)
committerGregory P. Smith <greg@krypto.org>
Thu, 5 Feb 2015 01:16:30 +0000 (17:16 -0800)
commit7c60eb85d8e44216719dae0e4d8d1f90f24d00ad
tree93056ac7ce7a2e648cd7a20349d15eaf91f1ae97
parent82492826225b0216d9bde704a4b69584c4f31cc5
parentc3493aa951ca8de2149518c743f1b023a5a714da
Make the stdlib test suite helper test.script_helper._assert_python no longer
pass -I or -E to the child process by default when the environment is required
for the child process interpreter to function properly.
Lib/test/script_helper.py
Lib/test/test_script_helper.py