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:
Jason R. Coombs 2024-05-29 12:43:19 -04:00 committed by GitHub
parent 659cb7e6b8
commit c8b45a385a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 1 additions and 37 deletions

2
Lib/platform.py Executable file → Normal file
View file

@ -1,5 +1,3 @@
#!/usr/bin/env python3
""" This module tries to retrieve as much platform-identifying data as
possible. It makes this information available via function APIs.