mirror of
https://github.com/python/cpython.git
synced 2025-09-12 03:37:09 +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
2
Lib/base64.py
Executable file → Normal file
2
Lib/base64.py
Executable file → Normal file
|
@ -1,5 +1,3 @@
|
|||
#! /usr/bin/env python3
|
||||
|
||||
"""Base16, Base32, Base64 (RFC 3548), Base85 and Ascii85 data encodings"""
|
||||
|
||||
# Modified 04-Oct-1995 by Jack Jansen to use binascii module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue