This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fireattack
Recipients Jens Lindgren, Steve Barnes, eryksun, fireattack, paul.moore, ricpol, steve.dower, tim.golden, vinay.sajip, wdhwg001, zach.ware
Date 2020-02-28.19:27:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582918070.48.0.701329400751.issue28686@roundup.psfhosted.org>
In-reply-to
Content
Just copy/paste a related issue reported in issue39785:

When run a python script with "#!/usr/bin/python" shebang with py.exe, it will always use python2 instead of python3 on Win 10, despite the default being set to py3 already (so does the PATH).

According to https://docs.python.org/3/using/windows.html#shebang-lines, `#!/usr/bin/python` should use the default python, not just python 2.
History
Date User Action Args
2020-02-28 19:27:50fireattacksetrecipients: + fireattack, paul.moore, vinay.sajip, tim.golden, zach.ware, eryksun, steve.dower, wdhwg001, ricpol, Steve Barnes, Jens Lindgren
2020-02-28 19:27:50fireattacksetmessageid: <1582918070.48.0.701329400751.issue28686@roundup.psfhosted.org>
2020-02-28 19:27:50fireattacklinkissue28686 messages
2020-02-28 19:27:50fireattackcreate