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, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-11-26.06:16:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637907407.05.0.378941758633.issue45901@roundup.psfhosted.org>
In-reply-to
Content
The file association for the store app uses '"%1"' for the command-line parameters. This ignores the rest of the command-line arguments, i.e. '%*'. In PC/layout/support/appxmanifest.py, the add_application() calls that add the "Python" and "PythonW" applications should be changed to use the parameters string '"%1" %*' in the file types.
History
Date User Action Args
2021-11-26 06:16:47eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower
2021-11-26 06:16:47eryksunsetmessageid: <1637907407.05.0.378941758633.issue45901@roundup.psfhosted.org>
2021-11-26 06:16:46eryksunlinkissue45901 messages
2021-11-26 06:16:46eryksuncreate