Add description for Queue; fix typo (whichdbm should be whichdb).

This commit is contained in:
Guido van Rossum 1997-11-20 21:00:03 +00:00
parent db847bd9ea
commit 3472026347
2 changed files with 8 additions and 2 deletions

View 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]

View 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]