From: Fred Drake Date: Fri, 16 Apr 1999 14:03:32 +0000 (+0000) Subject: Minor nits, include author info. X-Git-Tag: v1.6a1~1594 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31bfbc6bff68f4305d80233468e42e65b12ca852;p=thirdparty%2FPython%2Fcpython.git Minor nits, include author info. --- diff --git a/Doc/lib/libdbhash.tex b/Doc/lib/libdbhash.tex index e2ac32601f72..9ad031c416a3 100644 --- a/Doc/lib/libdbhash.tex +++ b/Doc/lib/libdbhash.tex @@ -4,6 +4,7 @@ \declaremodule{standard}{dbhash} \platform{Unix, Windows} \modulesynopsis{DBM-style interface to the BSD database library.} +\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org} The \module{dbhash} module provides a function to open databases using @@ -25,8 +26,7 @@ This module provides an exception and a function: \var{path} argument is the name of the database file. The \var{flag} argument can be - \code{'r'} (to open an existing database for reading only --- default), - \code{'w'} (to open an existing database for reading and writing), + \code{'r'} (the default), \code{'w'}, \code{'c'} (which creates the database if it doesn't exist), or \code{'n'} (which always creates a new empty database). For platforms on which the BSD \code{db} library supports locking,