diff options
| author | Guido van Rossum <guido@python.org> | 1997-11-20 21:00:03 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-11-20 21:00:03 +0000 |
| commit | 3472026347bd62938b1325acfe5db735d1685189 (patch) | |
| tree | e33d878be27c6f85b5c859ef2cf9de0e8c6e1aed | |
| parent | db847bd9ea6df19ca4a81558f4cc6d3622aecf24 (diff) | |
| download | cpython-git-3472026347bd62938b1325acfe5db735d1685189.tar.gz | |
Add description for Queue; fix typo (whichdbm should be whichdb).
| -rw-r--r-- | Doc/lib/libsomeos.tex | 5 | ||||
| -rw-r--r-- | Doc/libsomeos.tex | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/Doc/lib/libsomeos.tex b/Doc/lib/libsomeos.tex index c04cf7a9a3..3a502a7a56 100644 --- a/Doc/lib/libsomeos.tex +++ b/Doc/lib/libsomeos.tex @@ -20,10 +20,13 @@ interfaces but they are available on some other systems as well \item[thread] --- Create multiple threads of control within one namespace. +\item[Queue] +--- A stynchronized queue class. + \item[anydbm] --- Generic interface to DBM-style database modules. -\item[whichdbm] +\item[whichdb] --- Guess which DBM-style module created a given database. \item[zlib] diff --git a/Doc/libsomeos.tex b/Doc/libsomeos.tex index c04cf7a9a3..3a502a7a56 100644 --- a/Doc/libsomeos.tex +++ b/Doc/libsomeos.tex @@ -20,10 +20,13 @@ interfaces but they are available on some other systems as well \item[thread] --- Create multiple threads of control within one namespace. +\item[Queue] +--- A stynchronized queue class. + \item[anydbm] --- Generic interface to DBM-style database modules. -\item[whichdbm] +\item[whichdb] --- Guess which DBM-style module created a given database. \item[zlib] |
