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 line to use python3 executable in the unittestgui script.
This commit is contained in:
Serhiy Storchaka 2014-01-16 17:15:49 +02:00
parent 16540408f4
commit b992a0e102
84 changed files with 7 additions and 66 deletions

0
Lib/token.py Executable file → Normal file
View file