[New-bugs-announce] [issue45901] store app file type ignores command-line arguments

Eryk Sun report at bugs.python.org
Fri Nov 26 01:16:47 EST 2021


New submission from Eryk Sun <eryksun at gmail.com>:

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.

----------
components: Installation, Windows
messages: 407029
nosy: eryksun, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: store app file type ignores command-line arguments
type: behavior
versions: Python 3.10, Python 3.11, Python 3.9

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


More information about the New-bugs-announce mailing list