[Python-checkins] python/dist/src/Doc/lib libbsddb.tex,1.16,1.17

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


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

Modified Files:
	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.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** libbsddb.tex	24 Jun 2004 06:03:59 -0000	1.16
--- libbsddb.tex	26 Jul 2004 16:33:29 -0000	1.17
***************
*** 47,52 ****
  \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
--- 47,52 ----
  \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
***************
*** 63,68 ****
  \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
--- 63,68 ----
  \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
***************
*** 79,84 ****
  \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
--- 79,84 ----
  \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