From: Fred Drake Date: Thu, 9 Apr 1998 15:41:44 +0000 (+0000) Subject: Removed misleading comment about GNU software. This module and the zlib X-Git-Tag: v1.5.1~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a254b5967a29eb4f221555f5ef47e79ff8e828d;p=python 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.) --- 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. diff --git a/Doc/libzlib.tex b/Doc/libzlib.tex index 2e76900b6a..f38a21cd5c 100644 --- a/Doc/libzlib.tex +++ b/Doc/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.