Kaydet (Commit) dfb4120e authored tarafından Guido van Rossum's avatar Guido van Rossum

Add zlib

üst 412154f3
...@@ -115,7 +115,7 @@ LIBFILES = lib.tex \ ...@@ -115,7 +115,7 @@ LIBFILES = lib.tex \
libformatter.tex liboperator.tex libsoundex.tex libresource.tex \ libformatter.tex liboperator.tex libsoundex.tex libresource.tex \
libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.tex \ libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.tex \
libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex \ libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex \
libbase64.tex libfnmatch.tex libquopri.tex libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex
# Library document # Library document
lib.dvi: $(LIBFILES) lib.dvi: $(LIBFILES)
......
...@@ -121,6 +121,7 @@ to Python and how to embed it in other applications. ...@@ -121,6 +121,7 @@ to Python and how to embed it in other applications.
\input{libthread} \input{libthread}
\input{libanydbm} \input{libanydbm}
\input{libwhichdb} \input{libwhichdb}
\input{libzlib}
\input{libunix} % UNIX Specific Services \input{libunix} % UNIX Specific Services
\input{libposix} \input{libposix}
......
...@@ -121,6 +121,7 @@ to Python and how to embed it in other applications. ...@@ -121,6 +121,7 @@ to Python and how to embed it in other applications.
\input{libthread} \input{libthread}
\input{libanydbm} \input{libanydbm}
\input{libwhichdb} \input{libwhichdb}
\input{libzlib}
\input{libunix} % UNIX Specific Services \input{libunix} % UNIX Specific Services
\input{libposix} \input{libposix}
......
...@@ -22,7 +22,14 @@ interfaces but they are available on some other systems as well ...@@ -22,7 +22,14 @@ interfaces but they are available on some other systems as well
\item[anydbm] \item[anydbm]
--- Generic interface to DBM-style database modules. --- Generic interface to DBM-style database modules.
\item[whichdbm] \item[whichdbm]
--- Guess which DBM-style module created a given database. --- 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} \end{description}
...@@ -22,7 +22,14 @@ interfaces but they are available on some other systems as well ...@@ -22,7 +22,14 @@ interfaces but they are available on some other systems as well
\item[anydbm] \item[anydbm]
--- Generic interface to DBM-style database modules. --- Generic interface to DBM-style database modules.
\item[whichdbm] \item[whichdbm]
--- Guess which DBM-style module created a given database. --- 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} \end{description}
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