diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
commit | b91e934cf1c45353a06eef77eac7cec609406646 (patch) | |
tree | 2eac55d1be7c062adef06708851208d20c896415 /Doc/lib/libanydbm.tex | |
parent | fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (diff) | |
download | cpython-b91e934cf1c45353a06eef77eac7cec609406646.zip cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.gz cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.bz2 |
Adjusted to use the new module synopsis support macros.
Diffstat (limited to 'Doc/lib/libanydbm.tex')
-rw-r--r-- | Doc/lib/libanydbm.tex | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Doc/lib/libanydbm.tex b/Doc/lib/libanydbm.tex index bba7714..745605a 100644 --- a/Doc/lib/libanydbm.tex +++ b/Doc/lib/libanydbm.tex @@ -1,6 +1,8 @@ \section{Standard Module \module{anydbm}} -\label{module-anydbm} -\stmodindex{anydbm} +\declaremodule{standard}{anydbm} + +\modulesynopsis{Generic interface to DBM-style database modules.} + \module{anydbm} is a generic interface to variants of the DBM database --- \module{dbhash}\refbimodindex{dbhash}, @@ -45,8 +47,10 @@ strings. \section{Standard Module \module{dumbdbm}} -\label{module-dumbdbm} -\stmodindex{dumbdbm} +\declaremodule{standard}{dumbdbm} + +\modulesynopsis{None} + A simple and slow database implemented entirely in Python. This should only be used when no other DBM-style database is available. |