[Python-checkins] r54374 - python/branches/release25-maint/Doc/lib/libbsddb.tex

gregory.p.smith python-checkins at python.org
Wed Mar 14 08:20:48 CET 2007


Author: gregory.p.smith
Date: Wed Mar 14 08:20:47 2007
New Revision: 54374

Modified:
   python/branches/release25-maint/Doc/lib/libbsddb.tex
Log:
doc update from HEAD


Modified: python/branches/release25-maint/Doc/lib/libbsddb.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libbsddb.tex	(original)
+++ python/branches/release25-maint/Doc/lib/libbsddb.tex	Wed Mar 14 08:20:47 2007
@@ -46,10 +46,10 @@
 instances.
 
 \begin{funcdesc}{hashopen}{filename\optional{, flag\optional{,
-                           mode\optional{, bsize\optional{,
+                           mode\optional{, pgsize\optional{,
                            ffactor\optional{, nelem\optional{,
-                           cachesize\optional{, hash\optional{,
-                           lorder}}}}}}}}}
+                           cachesize\optional{, lorder\optional{,
+                           hflags}}}}}}}}}
 Open the hash format file named \var{filename}.  Files never intended
 to be preserved on disk may be created by passing \code{None} as the 
 \var{filename}.  The optional
@@ -80,7 +80,7 @@
 
 \begin{funcdesc}{rnopen}{filename\optional{, flag\optional{, mode\optional{,
 rnflags\optional{, cachesize\optional{, pgsize\optional{, lorder\optional{,
-reclen\optional{, bval\optional{, bfname}}}}}}}}}}
+rlen\optional{, delim\optional{, source\optional{, pad}}}}}}}}}}}
 
 Open a DB record format file named \var{filename}.  Files never intended 
 to be preserved on disk may be created by passing \code{None} as the 


More information about the Python-checkins mailing list