diff options
author | Guido van Rossum <guido@python.org> | 1997-04-30 19:40:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-04-30 19:40:10 (GMT) |
commit | dfb4120ea1710ea59979d8e39db7885d78c513a4 (patch) | |
tree | fad5303e3547d37c5d0b80981ad82edc47a78a99 | |
parent | 412154f3c75b16923f81d02352629eabcdbe16a9 (diff) | |
download | cpython-dfb4120ea1710ea59979d8e39db7885d78c513a4.zip cpython-dfb4120ea1710ea59979d8e39db7885d78c513a4.tar.gz cpython-dfb4120ea1710ea59979d8e39db7885d78c513a4.tar.bz2 |
Add zlib
-rw-r--r-- | Doc/Makefile | 2 | ||||
-rw-r--r-- | Doc/lib.tex | 1 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 1 | ||||
-rw-r--r-- | Doc/lib/libsomeos.tex | 7 | ||||
-rw-r--r-- | Doc/libsomeos.tex | 7 |
5 files changed, 17 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index bf2491c..3edd6b6 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -115,7 +115,7 @@ LIBFILES = lib.tex \ libformatter.tex liboperator.tex libsoundex.tex libresource.tex \ libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.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 lib.dvi: $(LIBFILES) diff --git a/Doc/lib.tex b/Doc/lib.tex index f9e23aa..4839415 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -121,6 +121,7 @@ to Python and how to embed it in other applications. \input{libthread} \input{libanydbm} \input{libwhichdb} +\input{libzlib} \input{libunix} % UNIX Specific Services \input{libposix} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index f9e23aa..4839415 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -121,6 +121,7 @@ to Python and how to embed it in other applications. \input{libthread} \input{libanydbm} \input{libwhichdb} +\input{libzlib} \input{libunix} % UNIX Specific Services \input{libposix} diff --git a/Doc/lib/libsomeos.tex b/Doc/lib/libsomeos.tex index 49c1ab2..c04cf7a 100644 --- a/Doc/lib/libsomeos.tex +++ b/Doc/lib/libsomeos.tex @@ -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} diff --git a/Doc/libsomeos.tex b/Doc/libsomeos.tex index 49c1ab2..c04cf7a 100644 --- a/Doc/libsomeos.tex +++ b/Doc/libsomeos.tex @@ -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} |