diff options
| author | Fred Drake <fdrake@acm.org> | 1997-11-30 05:38:44 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1997-11-30 05:38:44 +0000 |
| commit | 2478f9d5a2913303592dbe363b5e61922546ff29 (patch) | |
| tree | 6fcc5416f0491f5e50feafaa65be084dcf4c8402 /Doc/lib/libanydbm.tex | |
| parent | 92796d1f01cd384eecab67aa27ec26f85b033437 (diff) | |
| download | cpython-git-2478f9d5a2913303592dbe363b5e61922546ff29.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.tex | 4 |
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 |
