summaryrefslogtreecommitdiffstats
path: root/Tools/wasm
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-25 15:59:00 (GMT)
committerGitHub <noreply@github.com>2023-05-25 15:59:00 (GMT)
commitf66be6b11a0329e90cb0630c24fd8b07ce6b5c7c (patch)
treed76024eb76ae73d937a3871540f89ab094272714 /Tools/wasm
parent036da3bd43aa2593d17d2fb73d4794f9965c577d (diff)
downloadcpython-f66be6b11a0329e90cb0630c24fd8b07ce6b5c7c.zip
cpython-f66be6b11a0329e90cb0630c24fd8b07ce6b5c7c.tar.gz
cpython-f66be6b11a0329e90cb0630c24fd8b07ce6b5c7c.tar.bz2
gh-104773: PEP 594: Remove the audioop module (#104937)
Diffstat (limited to 'Tools/wasm')
-rw-r--r--Tools/wasm/Setup.local.example1
-rwxr-xr-xTools/wasm/wasm_assets.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/Tools/wasm/Setup.local.example b/Tools/wasm/Setup.local.example
index e3778c9..7b2fb13 100644
--- a/Tools/wasm/Setup.local.example
+++ b/Tools/wasm/Setup.local.example
@@ -1,7 +1,6 @@
# Module/Setup.local with reduced stdlib
*disabled*
_asyncio
-audioop
_bz2
_decimal
_pickle
diff --git a/Tools/wasm/wasm_assets.py b/Tools/wasm/wasm_assets.py
index eb45c7d..f1c8e0b 100755
--- a/Tools/wasm/wasm_assets.py
+++ b/Tools/wasm/wasm_assets.py
@@ -78,7 +78,6 @@ OMIT_NETWORKING_FILES = (
OMIT_MODULE_FILES = {
"_asyncio": ["asyncio/"],
- "audioop": ["wave.py"],
"_curses": ["curses/"],
"_ctypes": ["ctypes/"],
"_decimal": ["decimal.py"],