mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
gh-104773: PEP 594: Remove the spwd module (#104871)
Remove spwd from the configure script and Modules/Setup.
This commit is contained in:
parent
160321e530
commit
684e99d01d
19 changed files with 16 additions and 581 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
|
@ -235,7 +235,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"smtplib",
|
||||
"socket",
|
||||
"socketserver",
|
||||
"spwd",
|
||||
"sqlite3",
|
||||
"sre_compile",
|
||||
"sre_constants",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue