summaryrefslogtreecommitdiffstats
path: root/Python
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 /Python
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 'Python')
-rw-r--r--Python/stdlib_module_names.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h
index d7ea702..94f8cb5 100644
--- a/Python/stdlib_module_names.h
+++ b/Python/stdlib_module_names.h
@@ -95,7 +95,6 @@ static const char* _Py_stdlib_module_names[] = {
"ast",
"asyncio",
"atexit",
-"audioop",
"base64",
"bdb",
"binascii",