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, terry.reedy, tim.golden, vinay.sajip, xtreak, zach.ware
Date 2018-11-29.00:24:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543451061.35.0.788709270274.issue34977@psf.upfronthosting.co.za>
In-reply-to
Content
Updated testing instructions - this one should work with just sideloading permissions I think.

iwr "https://dev.azure.com/Python/8e426817-76c0-4b99-ba9e-a48a1e4bd5db/_apis/build/builds/34760/artifacts?artifactName=appx&api-version=5.0-preview.5&%24format=zip" -outfile python37.zip
Expand-Archive .\python37.zip .
Add-AppxPackage appx\python.msix

To remove:
Remove-AppxPackage (Get-AppxPackage *Python.3.7)
(delete the downloaded files)
History
Date User Action Args
2018-11-29 00:24:21steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, vinay.sajip, tim.golden, zach.ware, xtreak
2018-11-29 00:24:21steve.dowersetmessageid: <1543451061.35.0.788709270274.issue34977@psf.upfronthosting.co.za>
2018-11-29 00:24:21steve.dowerlinkissue34977 messages
2018-11-29 00:24:21steve.dowercreate