]> granicus.if.org Git - python/commitdiff
Add zlib
authorGuido van Rossum <guido@python.org>
Wed, 30 Apr 1997 19:40:10 +0000 (19:40 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 30 Apr 1997 19:40:10 +0000 (19:40 +0000)
Doc/Makefile
Doc/lib.tex
Doc/lib/lib.tex
Doc/lib/libsomeos.tex
Doc/libsomeos.tex

index bf2491c2a8181bb8a4b4626cb3e646a186df8508..3edd6b686d01091c95f06374f6bafa8bb4240894 100644 (file)
@@ -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)
index f9e23aa9ec69eec272f6b787045ada2f8b0b4134..4839415a0188936547a47ed1ab63efffb87f31d7 100644 (file)
@@ -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}
index f9e23aa9ec69eec272f6b787045ada2f8b0b4134..4839415a0188936547a47ed1ab63efffb87f31d7 100644 (file)
@@ -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}
index 49c1ab2c3e4e08342a7745b7b04309b5faf7f3d2..c04cf7a9a370775bff89f87e4e44ab70f8efb861 100644 (file)
@@ -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}
index 49c1ab2c3e4e08342a7745b7b04309b5faf7f3d2..c04cf7a9a370775bff89f87e4e44ab70f8efb861 100644 (file)
@@ -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}