]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104773: PEP 594: Remove the spwd module (#104871)
authorVictor Stinner <vstinner@python.org>
Wed, 24 May 2023 20:34:41 +0000 (22:34 +0200)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 20:34:41 +0000 (20:34 +0000)
commit684e99d01df0c7c8f7c67567e2cece4673df9432
treece4e099967cd12b76e38518fe36942783a57ebe0
parent160321e5304b962a162eb023472aa2bc8307ae15
gh-104773: PEP 594: Remove the spwd module (#104871)

Remove spwd from the configure script and Modules/Setup.
19 files changed:
Doc/library/grp.rst
Doc/library/pwd.rst
Doc/library/spwd.rst [deleted file]
Doc/library/superseded.rst
Doc/whatsnew/2.5.rst
Doc/whatsnew/3.11.rst
Doc/whatsnew/3.12.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.6.rst
Lib/test/test_spwd.py [deleted file]
Misc/NEWS.d/3.10.0a3.rst
Misc/NEWS.d/next/Library/2023-05-24-17-47-25.gh-issue-104773.TzUSY2.rst [new file with mode: 0644]
Modules/Setup
Modules/Setup.stdlib.in
Modules/clinic/spwdmodule.c.h [deleted file]
Modules/spwdmodule.c [deleted file]
Python/stdlib_module_names.h
configure
configure.ac