commit | a46467ff198c42c8f34768c7be4b4562f6f44736 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Mon Sep 24 08:06:29 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Sep 24 08:06:29 2018 -0700 |
tree | 823c779fa60ab3434048a4523e3c06fe3f57d27d | |
parent | 1b77f929f8d18e9a97335a8ec5e838e5be506568 [diff] |
bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535) Make sure that "./python script.py" does not crash if the script file doesn't exist.