From: Fred Drake Date: Sun, 30 Nov 1997 05:38:44 +0000 (+0000) Subject: Added \indexsubitem definition. Non-optimal, but two modules are sharing X-Git-Tag: v1.5b2~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2478f9d5a2913303592dbe363b5e61922546ff29;p=thirdparty%2FPython%2Fcpython.git Added \indexsubitem definition. Non-optimal, but two modules are sharing the documentation here. --- diff --git a/Doc/lib/libanydbm.tex b/Doc/lib/libanydbm.tex index a7d67989bf6c..70bac7997d38 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 diff --git a/Doc/libanydbm.tex b/Doc/libanydbm.tex index a7d67989bf6c..70bac7997d38 100644 --- a/Doc/libanydbm.tex +++ b/Doc/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