summaryrefslogtreecommitdiff
path: root/Doc/lib/libanydbm.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-11-30 05:38:44 +0000
committerFred Drake <fdrake@acm.org>1997-11-30 05:38:44 +0000
commita201ac2ba61702f4ad2e83a04effdf0ad5feb7ed (patch)
tree506b2115ef067f0128d61a2330ee56608021b669 /Doc/lib/libanydbm.tex
parent3c04fd42242a28d8a8e6a2e4e5b5cfe08bd78fe1 (diff)
downloadcpython-a201ac2ba61702f4ad2e83a04effdf0ad5feb7ed.tar.gz
Added \indexsubitem definition. Non-optimal, but two modules are sharing
the documentation here.
Diffstat (limited to 'Doc/lib/libanydbm.tex')
-rw-r--r--Doc/lib/libanydbm.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libanydbm.tex b/Doc/lib/libanydbm.tex
index a7d67989bf..70bac7997d 100644
--- a/Doc/lib/libanydbm.tex
+++ b/Doc/lib/libanydbm.tex
@@ -7,6 +7,10 @@ database--DBM, GDBM, or dbhash. If none of these modules is
installed, the slow-but-simple implementation in module \code{dumbdbm}
will be used. Both modules provide the same interface:
+% not the best solution, but it's what you get for documenting both
+% at the same time.
+\renewcommand{\indexsubitem}{(in modules anydbm, dumbdbm)}
+
\begin{funcdesc}{open}{filename\optional{\, flag\, mode}}
Open the database file \var{filename} and return a corresponding object.
The optional \var{flag} argument can be