Skip to content

Commit 098a33f

Browse files
authored
bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141)
1 parent 83f202a commit 098a33f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Tools/msi/README.txt

+3-8
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,8 @@ of Python's files.
363363
Within this install directory is the following approximate layout:
364364

365365
.\python[w].exe The core executable files
366+
.\python3x.dll The core interpreter
367+
.\python3.dll The stable ABI reference
366368
.\DLLs Stdlib extensions (*.pyd) and dependencies
367369
.\Doc Documentation (*.chm)
368370
.\include Development headers (*.h)
@@ -373,21 +375,14 @@ Within this install directory is the following approximate layout:
373375
.\tcl Tcl dependencies (*.dll, *.tcl and others)
374376
.\Tools Tool scripts (*.py)
375377

376-
When installed for all users, the following files are installed to
377-
either "%SystemRoot%\System32" or "%SystemRoot%\SysWOW64" as
378-
appropriate. For the current user, they are installed in the Python
379-
install directory.
380-
381-
.\python3x.dll The core interpreter
382-
.\python3.dll The stable ABI reference
383-
384378
When installed for all users, the following files are installed to
385379
"%SystemRoot%" (typically "C:\Windows") to ensure they are always
386380
available on PATH. (See Launching Python below.) For the current user,
387381
they are installed in "%LocalAppData%\Programs\Python\PyLauncher".
388382

389383
.\py[w].exe PEP 397 launcher
390384

385+
391386
System Settings
392387
===============
393388

0 commit comments

Comments
 (0)