Added lost docs for crypt module.

This commit is contained in:
Guido van Rossum 1996-04-10 16:18:20 +00:00
parent 4bffb8b3b5
commit 5c6e3738cd
6 changed files with 50 additions and 0 deletions

View file

@ -18,6 +18,9 @@ some or many variants of it. Here's an overview:
\item[grp]
--- The group database (\code{getgrnam()} and friends).
\item[crypt]
--- The (\code{crypt()} function used to check Unix passwords).
\item[dbm]
--- The standard ``database'' interface, based on \code{ndbm}.