[Python-checkins] bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791)

Miss Islington (bot) webhook-mailer at python.org
Mon Oct 14 18:52:52 EDT 2019


https://github.com/python/cpython/commit/42308e8b27c8023e3f9d037f5e4a8892f2dcbc48
commit: 42308e8b27c8023e3f9d037f5e4a8892f2dcbc48
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-10-14T15:52:47-07:00
summary:

bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791)

(cherry picked from commit 4d202281c128e2026e78fc5f4cc752b1dafbf3ad)

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 50eb9d3145d21..9dc3e796cc211 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -325,6 +325,9 @@ If you have installed another version of Python and added it to your
 one from the Microsoft Store. To access the new installation, use
 ``python3.exe`` or ``python3.x.exe``.
 
+The ``py.exe`` launcher will detect this Python installation, but will prefer
+installations from the traditional installer.
+
 To remove Python, open Settings and use Apps and Features, or else find
 Python in Start and right-click to select Uninstall. Uninstalling will
 remove all packages you installed directly into this Python installation, but
@@ -333,9 +336,6 @@ will not remove any virtual environments
 Known Issues
 ------------
 
-Currently, the ``py.exe`` launcher cannot be used to start Python when it
-has been installed from the Microsoft Store.
-
 Because of restrictions on Microsoft Store apps, Python scripts may not have
 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



More information about the Python-checkins mailing list