]> granicus.if.org Git - python/commitdiff
Add description for Queue; fix typo (whichdbm should be whichdb).
authorGuido van Rossum <guido@python.org>
Thu, 20 Nov 1997 21:00:03 +0000 (21:00 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 20 Nov 1997 21:00:03 +0000 (21:00 +0000)
Doc/lib/libsomeos.tex
Doc/libsomeos.tex

index c04cf7a9a370775bff89f87e4e44ab70f8efb861..3a502a7a56bd1b4b824a70e83999855c63691d4a 100644 (file)
@@ -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]
index c04cf7a9a370775bff89f87e4e44ab70f8efb861..3a502a7a56bd1b4b824a70e83999855c63691d4a 100644 (file)
@@ -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]