summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-24 20:34:41 (GMT)
committerGitHub <noreply@github.com>2023-05-24 20:34:41 (GMT)
commit684e99d01df0c7c8f7c67567e2cece4673df9432 (patch)
treece4e099967cd12b76e38518fe36942783a57ebe0 /Python
parent160321e5304b962a162eb023472aa2bc8307ae15 (diff)
downloadcpython-684e99d01df0c7c8f7c67567e2cece4673df9432.zip
cpython-684e99d01df0c7c8f7c67567e2cece4673df9432.tar.gz
cpython-684e99d01df0c7c8f7c67567e2cece4673df9432.tar.bz2
gh-104773: PEP 594: Remove the spwd module (#104871)
Remove spwd from the configure script and Modules/Setup.
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 7aaa4f4..d91fea3 100644
--- a/Python/stdlib_module_names.h
+++ b/Python/stdlib_module_names.h
@@ -235,7 +235,6 @@ static const char* _Py_stdlib_module_names[] = {
"smtplib",
"socket",
"socketserver",
-"spwd",
"sqlite3",
"sre_compile",
"sre_constants",