summaryrefslogtreecommitdiff
path: root/Doc/lib/libzlib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-09 15:41:44 +0000
committerFred Drake <fdrake@acm.org>1998-04-09 15:41:44 +0000
commit8a254b5967a29eb4f221555f5ef47e79ff8e828d (patch)
tree7b29437216ae2d11661ed1b4a23bddffeb1d44ce /Doc/lib/libzlib.tex
parent45084ed52aaf3bc635606414705aea0b09accfc4 (diff)
downloadcpython-git-8a254b5967a29eb4f221555f5ef47e79ff8e828d.tar.gz
Removed misleading comment about GNU software. This module and the zlib
library have no relationship with GNU software other than implementing some of the same algorithms and file format. (The zlib module is more general.)
Diffstat (limited to 'Doc/lib/libzlib.tex')
-rw-r--r--Doc/lib/libzlib.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex
index 2e76900b6a..f38a21cd5c 100644
--- a/Doc/lib/libzlib.tex
+++ b/Doc/lib/libzlib.tex
@@ -6,9 +6,8 @@
\bimodindex{zlib}
For applications that require data compression, the functions in this
-module allow compression and decompression, using the zlib library,
-which is based on the GNU \program{gzip} program. The zlib library
-has its own home page at
+module allow compression and decompression, using the zlib library.
+The zlib library has its own home page at
\url{http://www.cdrom.com/pub/infozip/zlib/}. Version 1.0.4 is the
most recent version as of December, 1997; use a later version if one
is available.