From: Fred Drake Date: Mon, 26 Jul 2004 16:34:41 +0000 (+0000) Subject: minor cleanup of the previous change; now matches corresponding change X-Git-Tag: v2.3.5c1~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b1d40c7f0a4c80a2028cf1249ca406a67a25dec;p=thirdparty%2FPython%2Fcpython.git minor cleanup of the previous change; now matches corresponding change on the trunk --- diff --git a/Doc/lib/libbsddb.tex b/Doc/lib/libbsddb.tex index 65791dee6683..33d632908396 100644 --- a/Doc/lib/libbsddb.tex +++ b/Doc/lib/libbsddb.tex @@ -55,7 +55,7 @@ to be preserved on disk may be created by passing \code{None} as the \var{filename}. The optional \var{flag} identifies the mode used to open the file. It may be \character{r} (read only), \character{w} (read-write), -\character{c} (read-write - create if necessary, default) or +\character{c} (read-write - create if necessary; the default) or \character{n} (read-write - truncate to zero length). The other arguments are rarely used and are just passed to the low-level \cfunction{dbopen()} function. Consult the Berkeley DB documentation @@ -71,7 +71,7 @@ to be preserved on disk may be created by passing \code{None} as the \var{filename}. The optional \var{flag} identifies the mode used to open the file. It may be \character{r} (read only), \character{w} (read-write), -\character{c} (read-write - create if necessary, default) or +\character{c} (read-write - create if necessary; the default) or \character{n} (read-write - truncate to zero length). The other arguments are rarely used and are just passed to the low-level dbopen function. Consult the Berkeley DB documentation for their use and