Commit 34720263 authored by Guido van Rossum's avatar Guido van Rossum

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

parent db847bd9
......@@ -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]
......
......@@ -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]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment