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 steve.dower
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-09-12.11:15:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568286929.32.0.459309048972.issue38133@roundup.psfhosted.org>
In-reply-to
Content
I added an "exe_display" override for listing paths, since the full path to the store app is not supposed to be used by users (it's different from sys.executable) and is only going to work when the shorter name is on PATH anyway (due to a limitation in Windows that I'm still trying to get fixed).

I also enabled support for the ExecutablePath key, which has the added benefit of making the debug py_d.exe able to find release Python 3.5+ installs (as well as finding the Store install at all, which is now using python3.8.exe as the main file because of the limitation I mentioned above).
History
Date User Action Args
2019-09-12 11:15:29steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2019-09-12 11:15:29steve.dowersetmessageid: <1568286929.32.0.459309048972.issue38133@roundup.psfhosted.org>
2019-09-12 11:15:29steve.dowerlinkissue38133 messages
2019-09-12 11:15:29steve.dowercreate