diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-16 17:33:23 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-16 17:33:23 +0200 |
commit | 4c9c3a61e51810a544e23997710fe92298ae5112 (patch) | |
tree | 3e5876f2be98f416b63c6126b5be4bd9e591a143 /Tools/stringbench/stringbench.py | |
parent | 421f909b032c74366a6acc038f4e4261a759b73a (diff) | |
parent | 510c3a1d94e664c5984cb63035b81efad80d073d (diff) | |
download | cpython-4c9c3a61e51810a544e23997710fe92298ae5112.tar.gz |
Issue #19936: Added executable bits or shebang lines to Python scripts which
requires them. Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface. Fixed
shebang lines in the unittestgui and checkpip scripts.
Diffstat (limited to 'Tools/stringbench/stringbench.py')
-rw-r--r--[-rwxr-xr-x] | Tools/stringbench/stringbench.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/Tools/stringbench/stringbench.py b/Tools/stringbench/stringbench.py index 5abc25a572..5abc25a572 100755..100644 --- a/Tools/stringbench/stringbench.py +++ b/Tools/stringbench/stringbench.py |