* 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.
-#! /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
-#! /usr/bin/env python3
-
"""Python interface for the 'lsprof' profiler.
Compatible with the 'profile' module.
"""
-#! /usr/bin/env python3
-
"""
The Python Debugger Pdb
=======================
-#!/usr/bin/env python3
-
""" This module tries to retrieve as much platform-identifying data as
possible. It makes this information available via function APIs.
-#! /usr/bin/env python3
#
# Class for profiling python code. rev 1.0 6/2/94
#
-#!/usr/bin/env python3
"""Generate Python documentation in HTML or text for interactive use.
At the Python interactive prompt, calling help(thing) on a Python object
-#! /usr/bin/env python3
-
"""Conversions to/from quoted-printable transport encoding as per RFC 1521."""
# (Dec 1991 version).
-#! /usr/bin/env python3
-
'''SMTP/ESMTP client class.
This should follow RFC 821 (SMTP), RFC 1869 (ESMTP), RFC 2554 (SMTP
-#! /usr/bin/env python3
-
"""The Tab Nanny despises ambiguous indentation. She knows no mercy.
tabnanny -- Detection of ambiguous indentation
-#!/usr/bin/env python3
#-------------------------------------------------------------------
# tarfile.py
#-------------------------------------------------------------------
-#! /usr/bin/env python3
-
"""Tool for measuring execution time of small code snippets.
This module avoids a number of common traps for measuring execution
-#!/usr/bin/env python3
-
# portions copyright 2001, Autonomous Zones Industries, Inc., all rights...
# err... reserved and offered to the public under the terms of the
# Python 2.2 license.
-#!/usr/bin/env python3
-
"""
----------------------------------------------
turtleDemo - Help
-#!/usr/bin/env python3
""" turtle-example-suite:
tdemo_bytedesign.py
-#!/usr/bin/env python3
# -*- coding: cp1252 -*-
""" turtle-example-suite:
-#!/usr/bin/env python3
""" turtlegraphics-example-suite:
tdemo_forest.py
-#!/usr/bin/env python3
""" turtle-example-suite:
tdemo_fractalCurves.py
-#!/usr/bin/env python3
""" turtle-example-suite:
xtx_lindenmayer_indian.py
-#!/usr/bin/env python3
""" turtle-example-suite:
tdemo_minimal_hanoi.py
-#!/usr/bin/env python3
""" turtle-example-suite:
tdemo_paint.py
-#!/usr/bin/env python3
""" turtle-example-suite:
tdemo_peace.py
-#!/usr/bin/env python3
""" xturtle-example-suite:
xtx_kites_and_darts.py
-#!/usr/bin/env python3
""" turtle-example-suite:
tdemo_planets_and_moon.py
-#!/usr/bin/env python3
"""
sorting_animation.py
-#!/usr/bin/env python3
""" turtle-example-suite:
tdemo_tree.py
-#!/usr/bin/env python3
""" turtle-example-suite:
tdemo_yinyang.py
-#! /usr/bin/env python3
"""Interfaces for launching and remotely controlling web browsers."""
# Maintained by Georg Brandl.
--- /dev/null
+Removed executable bits and shebang from stdlib modules.