[Python-checkins] Add link to Microsoft docs for limitations in Windows Store package (GH-24422)

miss-islington webhook-mailer at python.org
Tue Feb 2 20:36:10 EST 2021


https://github.com/python/cpython/commit/3b9452691ae8f3ccf6591769b4529b03c42bc268
commit: 3b9452691ae8f3ccf6591769b4529b03c42bc268
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-02-02T17:35:55-08:00
summary:

Add link to Microsoft docs for limitations in Windows Store package (GH-24422)

(cherry picked from commit 1ba08a121a25fcf7c947d8d37e72e46dae59168c)

Co-authored-by: Steve Dower <steve.dower at python.org>

files:
M Doc/using/windows.rst

diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index d0c342e1dad86..857308e77dd1b 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -339,6 +339,11 @@ full write access to shared locations such as ``TEMP`` and the registry.
 Instead, it will write to a private copy. If your scripts must modify the
 shared locations, you will need to install the full installer.
 
+For more detail on the technical basis for these limitations, please consult
+Microsoft's documentation on packaged full-trust apps, currently available at
+`docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-behind-the-scenes
+<https://docs.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-behind-the-scenes>`_
+
 
 .. _windows-nuget:
 



More information about the Python-checkins mailing list