mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842)
This commit is contained in:
parent
c1dec9540a
commit
6ac3c8a314
4 changed files with 43 additions and 16 deletions
|
@ -53,7 +53,11 @@ General Options
|
|||
Set the Python executable suffix to *SUFFIX*.
|
||||
|
||||
The default suffix is ``.exe`` on Windows and macOS (``python.exe``
|
||||
executable), and an empty string on other platforms (``python`` executable).
|
||||
executable), ``.wasm`` on Emscripten (``python.wasm`` executable), and
|
||||
an empty string on other platforms (``python`` executable).
|
||||
|
||||
.. versionchanged:: 3.11
|
||||
The default suffix on Emscripten platform is ``.wasm``.
|
||||
|
||||
.. cmdoption:: --with-tzpath=<list of absolute paths separated by pathsep>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue