]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141)
authorZachary Ware <zach@python.org>
Fri, 22 Oct 2021 00:02:12 +0000 (19:02 -0500)
committerGitHub <noreply@github.com>
Fri, 22 Oct 2021 00:02:12 +0000 (19:02 -0500)
Tools/msi/README.txt

index c85ee4564d83872a6358bb7c94a608b46f02929d..0a4382f3e0223e375f9111e70042314a74aa13c8 100644 (file)
@@ -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)
@@ -373,14 +375,6 @@ Within this install directory is the following approximate layout:
 .\tcl           Tcl dependencies (*.dll, *.tcl and others)
 .\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,
@@ -388,6 +382,7 @@ they are installed in "%LocalAppData%\Programs\Python\PyLauncher".
 
 .\py[w].exe         PEP 397 launcher
 
+
 System Settings
 ===============