aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/stdlib_module_names.h
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-24 11:32:18 +0200
committerGitHub <noreply@github.com>2023-05-24 09:32:18 +0000
commit7b00940f69ab26212ea375860a1956e157dd2c30 (patch)
treecb879b99dd188e65617e97a5f8f30101a20e57d5 /Python/stdlib_module_names.h
parent08d592389603500af398d278af4842cff6f22c33 (diff)
downloadcpython-7b00940f69ab26212ea375860a1956e157dd2c30.tar.gz
cpython-7b00940f69ab26212ea375860a1956e157dd2c30.zip
gh-104773: PEP 594: Remove the sndhdr module (#104774)
Remove the Lib/test/sndhdrdata/ directory.
Diffstat (limited to 'Python/stdlib_module_names.h')
-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 f5defe8923b..245c3a1645f 100644
--- a/Python/stdlib_module_names.h
+++ b/Python/stdlib_module_names.h
@@ -236,7 +236,6 @@ static const char* _Py_stdlib_module_names[] = {
"signal",
"site",
"smtplib",
-"sndhdr",
"socket",
"socketserver",
"spwd",