[New-bugs-announce] [issue39254] python shebang in python3 tarball files

Arkadiusz Miskiewicz Arkadiusz Miskiewicz report at bugs.python.org
Wed Jan 8 01:25:14 EST 2020


New submission from Arkadiusz Miskiewicz				Arkadiusz Miskiewicz <arekm at maven.pl>:

Python 3.8.1 files:

        Lib/encodings/rot_13.py \
        Lib/lib2to3/tests/data/different_encoding.py \
        Lib/lib2to3/tests/data/false_encoding.py \
        Tools/gdb/libpython.py \
        Tools/pynche/pynche \
        Tools/pynche/pynche.pyw \
        Tools/scripts/2to3 \
        Tools/scripts/smelly.py \
        python-gdb.py

are calling python (which often points to python2) while should be calling python3 explicitly (unless python2 is required for using these which would be weird in Python 3 package)

----------
components: Build
messages: 359567
nosy: arekm
priority: normal
severity: normal
status: open
title: python shebang in python3 tarball files
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39254>
_______________________________________


More information about the New-bugs-announce mailing list