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

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


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

Modified Files:
      Tag: release23-maint
	libbsddb.tex 
Log Message:
minor cleanup of the previous change; now matches corresponding change
on the trunk


Index: libbsddb.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libbsddb.tex,v
retrieving revision 1.11.10.4
retrieving revision 1.11.10.5
diff -C2 -d -r1.11.10.4 -r1.11.10.5
*** libbsddb.tex	26 Jul 2004 16:32:30 -0000	1.11.10.4
--- libbsddb.tex	26 Jul 2004 16:34:41 -0000	1.11.10.5
***************
*** 56,60 ****
  \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
--- 56,60 ----
  \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
***************
*** 72,76 ****
  \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
--- 72,76 ----
  \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