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 eryksun
Recipients eryksun, lukasz.langa, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-05-18.15:15:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589814931.1.0.871138259196.issue40667@roundup.psfhosted.org>
In-reply-to
Content
> For "python.exe", run as "py.exe", which is subject to shebangs,
> VIRTUAL_ENV, and PY_PYTHON.

Maybe in the "python[w].exe" case, it should skip shebang processing. That way only py[w].exe would handle shebangs, such as for the template command that gets installed as the default .py[w] file association: C:\Windows\py[w].exe "%1" %*.
History
Date User Action Args
2020-05-18 15:15:31eryksunsetrecipients: + eryksun, paul.moore, tim.golden, lukasz.langa, zach.ware, steve.dower
2020-05-18 15:15:31eryksunsetmessageid: <1589814931.1.0.871138259196.issue40667@roundup.psfhosted.org>
2020-05-18 15:15:31eryksunlinkissue40667 messages
2020-05-18 15:15:31eryksuncreate