diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-24 20:34:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 20:34:41 (GMT) |
commit | 684e99d01df0c7c8f7c67567e2cece4673df9432 (patch) | |
tree | ce4e099967cd12b76e38518fe36942783a57ebe0 /Python | |
parent | 160321e5304b962a162eb023472aa2bc8307ae15 (diff) | |
download | cpython-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.h | 1 |
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", |