@@ -363,6 +363,8 @@ of Python's files. |
|
|
363 |
363 |
Within this install directory is the following approximate layout: |
364 |
364 |
|
365 |
365 |
.\python[w].exe The core executable files |
|
366 |
+.\python3x.dll The core interpreter |
|
367 |
+.\python3.dll The stable ABI reference |
366 |
368 |
.\DLLs Stdlib extensions (*.pyd) and dependencies |
367 |
369 |
.\Doc Documentation (*.chm) |
368 |
370 |
.\include Development headers (*.h) |
@@ -373,21 +375,14 @@ Within this install directory is the following approximate layout: |
|
|
373 |
375 |
.\tcl Tcl dependencies (*.dll, *.tcl and others) |
374 |
376 |
.\Tools Tool scripts (*.py) |
375 |
377 |
|
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 |
|
- |
384 |
378 |
When installed for all users, the following files are installed to |
385 |
379 |
"%SystemRoot%" (typically "C:\Windows") to ensure they are always |
386 |
380 |
available on PATH. (See Launching Python below.) For the current user, |
387 |
381 |
they are installed in "%LocalAppData%\Programs\Python\PyLauncher". |
388 |
382 |
|
389 |
383 |
.\py[w].exe PEP 397 launcher |
390 |
384 |
|
|
385 |
+ |
391 |
386 |
System Settings |
392 |
387 |
=============== |
393 |
388 |
|