mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
gh-118673: Remove shebang and executable bits from stdlib modules. (#119658)
* gh-118673: Remove shebang and executable bits from stdlib modules. * Removed shebangs and exe bits on turtledemo scripts. The setting was inappropriate for '__main__' and inconsistent across the other modules. The scripts can still be executed directly by invoking with the desired interpreter.
This commit is contained in:
parent
659cb7e6b8
commit
c8b45a385a
28 changed files with 1 additions and 37 deletions
1
Lib/turtledemo/minimal_hanoi.py
Executable file → Normal file
1
Lib/turtledemo/minimal_hanoi.py
Executable file → Normal file
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python3
|
||||
""" turtle-example-suite:
|
||||
|
||||
tdemo_minimal_hanoi.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue