aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2021-02-03 01:13:43 +0000
committerGitHub <noreply@github.com>2021-02-03 01:13:43 +0000
commit1ba08a121a25fcf7c947d8d37e72e46dae59168c (patch)
treee0d60b1236183bc46bb4c82fd0a790bb8da148aa
parentbpo-8264: Document hasattr and getattr behavior for private attributes (GH-23... (diff)
downloadcpython-1ba08a121a25fcf7c947d8d37e72e46dae59168c.tar.gz
cpython-1ba08a121a25fcf7c947d8d37e72e46dae59168c.tar.bz2
cpython-1ba08a121a25fcf7c947d8d37e72e46dae59168c.zip
Add link to Microsoft docs for limitations in Windows Store package (GH-24422)
-rw-r--r--Doc/using/windows.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 265c07c709..0f713fcab4 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: