diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-16 15:15:49 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-16 15:15:49 (GMT) |
commit | b992a0e102c1dcc8d038983755f792c2f65a233f (patch) | |
tree | 295a7f8e3d661a07f69b9fcdf9cf030274a68fb5 /Lib/turtledemo | |
parent | 16540408f49c6f4a4dd2a59ca27ad8f84dbb3266 (diff) | |
download | cpython-b992a0e102c1dcc8d038983755f792c2f65a233f.zip cpython-b992a0e102c1dcc8d038983755f792c2f65a233f.tar.gz cpython-b992a0e102c1dcc8d038983755f792c2f65a233f.tar.bz2 |
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.
Diffstat (limited to 'Lib/turtledemo')
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/bytedesign.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/clock.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/forest.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/fractalcurves.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/lindenmayer.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/minimal_hanoi.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/paint.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/peace.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/penrose.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/planet_and_moon.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/tree.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/two_canvases.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Lib/turtledemo/yinyang.py | 0 |
13 files changed, 0 insertions, 0 deletions
diff --git a/Lib/turtledemo/bytedesign.py b/Lib/turtledemo/bytedesign.py index 64b1d7d..64b1d7d 100644..100755 --- a/Lib/turtledemo/bytedesign.py +++ b/Lib/turtledemo/bytedesign.py diff --git a/Lib/turtledemo/clock.py b/Lib/turtledemo/clock.py index a0d157b..a0d157b 100644..100755 --- a/Lib/turtledemo/clock.py +++ b/Lib/turtledemo/clock.py diff --git a/Lib/turtledemo/forest.py b/Lib/turtledemo/forest.py index a837d84..a837d84 100644..100755 --- a/Lib/turtledemo/forest.py +++ b/Lib/turtledemo/forest.py diff --git a/Lib/turtledemo/fractalcurves.py b/Lib/turtledemo/fractalcurves.py index c49f8b8..c49f8b8 100644..100755 --- a/Lib/turtledemo/fractalcurves.py +++ b/Lib/turtledemo/fractalcurves.py diff --git a/Lib/turtledemo/lindenmayer.py b/Lib/turtledemo/lindenmayer.py index 3925f25..3925f25 100644..100755 --- a/Lib/turtledemo/lindenmayer.py +++ b/Lib/turtledemo/lindenmayer.py diff --git a/Lib/turtledemo/minimal_hanoi.py b/Lib/turtledemo/minimal_hanoi.py index cfb78dc..cfb78dc 100644..100755 --- a/Lib/turtledemo/minimal_hanoi.py +++ b/Lib/turtledemo/minimal_hanoi.py diff --git a/Lib/turtledemo/paint.py b/Lib/turtledemo/paint.py index 68058ab..68058ab 100644..100755 --- a/Lib/turtledemo/paint.py +++ b/Lib/turtledemo/paint.py diff --git a/Lib/turtledemo/peace.py b/Lib/turtledemo/peace.py index 63cf7cc..63cf7cc 100644..100755 --- a/Lib/turtledemo/peace.py +++ b/Lib/turtledemo/peace.py diff --git a/Lib/turtledemo/penrose.py b/Lib/turtledemo/penrose.py index f73c864..f73c864 100644..100755 --- a/Lib/turtledemo/penrose.py +++ b/Lib/turtledemo/penrose.py diff --git a/Lib/turtledemo/planet_and_moon.py b/Lib/turtledemo/planet_and_moon.py index 14c4bbc..14c4bbc 100644..100755 --- a/Lib/turtledemo/planet_and_moon.py +++ b/Lib/turtledemo/planet_and_moon.py diff --git a/Lib/turtledemo/tree.py b/Lib/turtledemo/tree.py index 9c0b1f7..9c0b1f7 100644..100755 --- a/Lib/turtledemo/tree.py +++ b/Lib/turtledemo/tree.py diff --git a/Lib/turtledemo/two_canvases.py b/Lib/turtledemo/two_canvases.py index 02d89db..02d89db 100644..100755 --- a/Lib/turtledemo/two_canvases.py +++ b/Lib/turtledemo/two_canvases.py diff --git a/Lib/turtledemo/yinyang.py b/Lib/turtledemo/yinyang.py index 11d1f47..11d1f47 100644..100755 --- a/Lib/turtledemo/yinyang.py +++ b/Lib/turtledemo/yinyang.py |