]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add link to Microsoft docs for limitations in Windows Store package (GH-24422)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Feb 2021 01:23:27 +0000 (17:23 -0800)
committerGitHub <noreply@github.com>
Wed, 3 Feb 2021 01:23:27 +0000 (17:23 -0800)
(cherry picked from commit 1ba08a121a25fcf7c947d8d37e72e46dae59168c)

Co-authored-by: Steve Dower <steve.dower@python.org>
Doc/using/windows.rst

index 94d0591ae71692e1277a5fc5642248258f300d3f..1d5e9e4b5d9f705200e61d442c49d27d36892825 100644 (file)
@@ -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: