summaryrefslogtreecommitdiffstats
path: root/Doc/library/pwd.rst
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 /Doc/library/pwd.rst
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 'Doc/library/pwd.rst')
-rw-r--r--Doc/library/pwd.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/Doc/library/pwd.rst b/Doc/library/pwd.rst
index 7cafc66..25aa8b8 100644
--- a/Doc/library/pwd.rst
+++ b/Doc/library/pwd.rst
@@ -47,8 +47,7 @@ raised if the entry asked for cannot be found.
*pw_passwd* field only contains an asterisk (``'*'``) or the letter ``'x'``
where the encrypted password is stored in a file :file:`/etc/shadow` which is
not world readable. Whether the *pw_passwd* field contains anything useful is
- system-dependent. If available, the :mod:`spwd` module should be used where
- access to the encrypted password is required.
+ system-dependent.
It defines the following items:
@@ -72,7 +71,3 @@ It defines the following items:
Module :mod:`grp`
An interface to the group database, similar to this.
-
- Module :mod:`spwd`
- An interface to the shadow password database, similar to this.
-