From: Thomas Wouters Date: Wed, 27 Jun 2001 13:51:36 +0000 (+0000) Subject: Backport Martin's checkin 1.4 (with minor fix): X-Git-Tag: v2.1.1c1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a0f86d0366ed22f1543137c657569bfdf07d679;p=thirdparty%2FPython%2Fcpython.git Backport Martin's checkin 1.4 (with minor fix): Fix bug #422702: Make flag argument to open optional, and document it that way. --- diff --git a/Doc/lib/libdbhash.tex b/Doc/lib/libdbhash.tex index 61b01639fd91..4b856de0b8e0 100644 --- a/Doc/lib/libdbhash.tex +++ b/Doc/lib/libdbhash.tex @@ -21,7 +21,7 @@ This module provides an exception and a function: \exception{KeyError}. It is a synonym for \exception{bsddb.error}. \end{excdesc} -\begin{funcdesc}{open}{path, flag\optional{, mode}} +\begin{funcdesc}{open}{path\optional{, flag\optional{, mode}}} Open a \code{db} database and return the database object. The \var{path} argument is the name of the database file.