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 /Modules/Setup | |
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 'Modules/Setup')
-rw-r--r-- | Modules/Setup | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Setup b/Modules/Setup index e7c64f7..79a5124 100644 --- a/Modules/Setup +++ b/Modules/Setup @@ -185,7 +185,6 @@ PYTHONPATH=$(COREPYTHONPATH) #fcntl fcntlmodule.c #grp grpmodule.c #resource resource.c -#spwd spwdmodule.c #syslog syslogmodule.c #termios termios.c |