[Python-checkins] CVS: python/dist/src/Doc/lib libdbhash.tex,1.3,1.3.12.1

Thomas Wouters twouters@users.sourceforge.net
Wed, 27 Jun 2001 06:51:38 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv28744/Doc/lib

Modified Files:
      Tag: release21-maint
	libdbhash.tex 
Log Message:

Backport Martin's checkin 1.4 (with minor fix):

Fix bug #422702: Make flag argument to open optional, and document it that way.



Index: libdbhash.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdbhash.tex,v
retrieving revision 1.3
retrieving revision 1.3.12.1
diff -C2 -r1.3 -r1.3.12.1
*** libdbhash.tex	1999/04/19 21:19:21	1.3
--- libdbhash.tex	2001/06/27 13:51:36	1.3.12.1
***************
*** 22,26 ****
  \end{excdesc}
  
! \begin{funcdesc}{open}{path, flag\optional{, mode}}
    Open a \code{db} database and return the database object.  The
    \var{path} argument is the name of the database file.
--- 22,26 ----
  \end{excdesc}
  
! \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.