New submission from Arkadiusz Miskiewicz                                
Arkadiusz Miskiewicz <ar...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39254>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

  • [issue39254] python shebang in p... Arkadiusz Miskiewicz Arkadiusz Miskiewicz

Reply via email to