diff options
author | Christian Heimes <christian@python.org> | 2022-04-10 07:29:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-10 07:29:51 (GMT) |
commit | defbbd68f7f68f4edb3a6b256f26e0532727b3da (patch) | |
tree | 38cc49f68f655de388a5a5b278e52fa7dc68521a /Doc | |
parent | dc14e33eff1df31f7c239a8785161db8849cae74 (diff) | |
download | cpython-defbbd68f7f68f4edb3a6b256f26e0532727b3da.zip cpython-defbbd68f7f68f4edb3a6b256f26e0532727b3da.tar.gz cpython-defbbd68f7f68f4edb3a6b256f26e0532727b3da.tar.bz2 |
bpo-40280: WASM docs and smaller browser builds (GH-32412)
Co-authored-by: Brett Cannon <brett@python.org>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 3b09a4c..126da31 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -1183,7 +1183,9 @@ always available. System ``platform`` value ================ =========================== AIX ``'aix'`` + Emscripten ``'emscripten'`` Linux ``'linux'`` + WASI ``'wasi'`` Windows ``'win32'`` Windows/Cygwin ``'cygwin'`` macOS ``'darwin'`` |