diff options
Diffstat (limited to 'Doc/library/pwd.rst')
-rw-r--r-- | Doc/library/pwd.rst | 7 |
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. - |