mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Add description for Queue; fix typo (whichdbm should be whichdb).
This commit is contained in:
parent
db847bd9ea
commit
3472026347
2 changed files with 8 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue