File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -363,6 +363,8 @@ of Python's files.
363363Within 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-
384378When installed for all users, the following files are installed to
385379"%SystemRoot%" (typically "C:\Windows") to ensure they are always
386380available on PATH. (See Launching Python below.) For the current user,
387381they are installed in "%LocalAppData%\Programs\Python\PyLauncher".
388382
389383.\py[w].exe PEP 397 launcher
390384
385+
391386System Settings
392387===============
393388
You can’t perform that action at this time.
0 commit comments