mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add zlib
This commit is contained in:
parent
412154f3c7
commit
dfb4120ea1
5 changed files with 17 additions and 1 deletions
|
@ -22,7 +22,14 @@ interfaces but they are available on some other systems as well
|
|||
|
||||
\item[anydbm]
|
||||
--- Generic interface to DBM-style database modules.
|
||||
|
||||
\item[whichdbm]
|
||||
--- Guess which DBM-style module created a given database.
|
||||
|
||||
\item[zlib]
|
||||
\item[gzip]
|
||||
--- Compression and decompression compatible with the
|
||||
\code{gzip} program (zlib is the low-level interface, gzip the
|
||||
high-level one).
|
||||
|
||||
\end{description}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue