This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients doko, python-dev, serhiy.storchaka, tshepang
Date 2014-01-16.15:44:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389887097.23.0.735259217365.issue19936@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a script. It lists text files with executable bits and without shebangs and files with .py, .pyw, or .sh suffix which have shebang but have not with executable bits.

As far as it searches not only Python files, now it found such files:

- ./python-gdb.py
- ./Doc/includes/email-unpack.py
- ./Doc/includes/email-alternative.py
- ./Doc/includes/email-dir.py
- ./Misc/python-config.sh
x ./Mac/PythonLauncher/MyDocument.m
x ./Mac/PythonLauncher/MyDocument.h
x ./Mac/PythonLauncher/FileSettings.m
x ./Mac/PythonLauncher/main.m
x ./Mac/PythonLauncher/FileSettings.h
- ./Tools/test2to3/maintest.py
x ./Tools/scripts/pydocgui.pyw
x ./Lib/idlelib/idle.bat
- ./Modules/_ctypes/libffi/build-ios.sh
x ./Modules/_ctypes/libffi/ltmain.sh
- ./Modules/_ctypes/libffi/msvcc.sh
- ./Modules/_ctypes/libffi/src/arm/gentramp.sh
x ./Modules/_decimal/tests/deccheck.py
x ./Modules/_decimal/tests/runall.bat
x ./Modules/_decimal/tests/bench.py
x ./PC/msvcrtmodule.c
History
Date User Action Args
2014-01-16 15:44:57serhiy.storchakasetrecipients: + serhiy.storchaka, doko, tshepang, python-dev
2014-01-16 15:44:57serhiy.storchakasetmessageid: <1389887097.23.0.735259217365.issue19936@psf.upfronthosting.co.za>
2014-01-16 15:44:57serhiy.storchakalinkissue19936 messages
2014-01-16 15:44:56serhiy.storchakacreate