summaryrefslogtreecommitdiffstats
path: root/Tools/msi
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-01-27 16:59:20 (GMT)
committerGitHub <noreply@github.com>2022-01-27 16:59:20 (GMT)
commita8912a0f8d9eba6d502c37d522221f9933e976db (patch)
treea8bdaa94b3d37df67ad65d11e3af6ec60be29823 /Tools/msi
parentbfcb41420a326ec353740d8180ffbf402746fa33 (diff)
downloadcpython-a8912a0f8d9eba6d502c37d522221f9933e976db.zip
cpython-a8912a0f8d9eba6d502c37d522221f9933e976db.tar.gz
cpython-a8912a0f8d9eba6d502c37d522221f9933e976db.tar.bz2
bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141)
(cherry picked from commit 098a33f6a60ca2df88e03024ac9d8da507cfa5c8)
Diffstat (limited to 'Tools/msi')
-rw-r--r--Tools/msi/README.txt11
1 files changed, 3 insertions, 8 deletions
diff --git a/Tools/msi/README.txt b/Tools/msi/README.txt
index c85ee45..0a4382f 100644
--- a/Tools/msi/README.txt
+++ b/Tools/msi/README.txt
@@ -363,6 +363,8 @@ of Python's files.
Within this install directory is the following approximate layout:
.\python[w].exe The core executable files
+.\python3x.dll The core interpreter
+.\python3.dll The stable ABI reference
.\DLLs Stdlib extensions (*.pyd) and dependencies
.\Doc Documentation (*.chm)
.\include Development headers (*.h)
@@ -374,20 +376,13 @@ Within this install directory is the following approximate layout:
.\Tools Tool scripts (*.py)
When installed for all users, the following files are installed to
-either "%SystemRoot%\System32" or "%SystemRoot%\SysWOW64" as
-appropriate. For the current user, they are installed in the Python
-install directory.
-
-.\python3x.dll The core interpreter
-.\python3.dll The stable ABI reference
-
-When installed for all users, the following files are installed to
"%SystemRoot%" (typically "C:\Windows") to ensure they are always
available on PATH. (See Launching Python below.) For the current user,
they are installed in "%LocalAppData%\Programs\Python\PyLauncher".
.\py[w].exe PEP 397 launcher
+
System Settings
===============