From: Guido van Rossum Date: Thu, 20 Nov 1997 21:00:03 +0000 (+0000) Subject: Add description for Queue; fix typo (whichdbm should be whichdb). X-Git-Tag: v1.5b1~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3472026347bd62938b1325acfe5db735d1685189;p=thirdparty%2FPython%2Fcpython.git Add description for Queue; fix typo (whichdbm should be whichdb). --- diff --git a/Doc/lib/libsomeos.tex b/Doc/lib/libsomeos.tex index c04cf7a9a370..3a502a7a56bd 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 c04cf7a9a370..3a502a7a56bd 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]