]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add link to Microsoft docs for limitations in Windows Store package (GH-24422)
authorSteve Dower <steve.dower@python.org>
Wed, 3 Feb 2021 01:13:43 +0000 (01:13 +0000)
committerGitHub <noreply@github.com>
Wed, 3 Feb 2021 01:13:43 +0000 (01:13 +0000)
Doc/using/windows.rst

index 265c07c7099f35ab92e8ddb3899593343d02b223..0f713fcab4be8bc95ac05ea8a6517c62dd3ac6c1 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: