]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added \indexsubitem definition. Non-optimal, but two modules are sharing
authorFred Drake <fdrake@acm.org>
Sun, 30 Nov 1997 05:38:44 +0000 (05:38 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 30 Nov 1997 05:38:44 +0000 (05:38 +0000)
the documentation here.

Doc/lib/libanydbm.tex
Doc/libanydbm.tex

index a7d67989bf6ca64fdefed880ddb7df677d87c264..70bac7997d38116f6edf99e4209d0db0c20380ac 100644 (file)
@@ -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
index a7d67989bf6ca64fdefed880ddb7df677d87c264..70bac7997d38116f6edf99e4209d0db0c20380ac 100644 (file)
@@ -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