[Python-checkins] python/dist/src/Doc/lib libbsddb.tex, 1.11.10.3, 1.11.10.4

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Mon Jul 26 18:32:32 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9493

Modified Files:
      Tag: release23-maint
	libbsddb.tex 
Log Message:
fix information about what flag database files are opened with by default


Index: libbsddb.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libbsddb.tex,v
retrieving revision 1.11.10.3
retrieving revision 1.11.10.4
diff -C2 -d -r1.11.10.3 -r1.11.10.4
*** libbsddb.tex	7 Dec 2003 13:05:15 -0000	1.11.10.3
--- libbsddb.tex	26 Jul 2004 16:32:30 -0000	1.11.10.4
***************
*** 55,60 ****
  \var{filename}.  The optional
  \var{flag} identifies the mode used to open the file.  It may be
! \character{r} (read only, default), \character{w} (read-write) ,
! \character{c} (read-write - create if necessary) or
  \character{n} (read-write - truncate to zero length).  The other
  arguments are rarely used and are just passed to the low-level
--- 55,60 ----
  \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{n} (read-write - truncate to zero length).  The other
  arguments are rarely used and are just passed to the low-level
***************
*** 71,76 ****
  \var{filename}.  The optional
  \var{flag} identifies the mode used to open the file.  It may be
! \character{r} (read only, default), \character{w} (read-write),
! \character{c} (read-write - create if necessary) or
  \character{n} (read-write - truncate to zero length).  The other
  arguments are rarely used and are just passed to the low-level dbopen
--- 71,76 ----
  \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{n} (read-write - truncate to zero length).  The other
  arguments are rarely used and are just passed to the low-level dbopen
***************
*** 87,92 ****
  \var{filename}.  The optional
  \var{flag} identifies the mode used to open the file.  It may be
! \character{r} (read only, default), \character{w} (read-write),
! \character{c} (read-write - create if necessary) or
  \character{n} (read-write - truncate to zero length).  The other
  arguments are rarely used and are just passed to the low-level dbopen
--- 87,92 ----
  \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; 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



More information about the Python-checkins mailing list