diff options
author | Fred Drake <fdrake@acm.org> | 2001-06-25 15:30:33 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-06-25 15:30:33 (GMT) |
commit | d0c8ed6e16933811cfd7ec8bc7d72d0d29fbe554 (patch) | |
tree | 990e9f5fd0d69d0818da86c0a28aaafd144235e5 | |
parent | 1e974250c1f8205e5a6a170dd0f38255847571ed (diff) | |
download | cpython-d0c8ed6e16933811cfd7ec8bc7d72d0d29fbe554.zip cpython-d0c8ed6e16933811cfd7ec8bc7d72d0d29fbe554.tar.gz cpython-d0c8ed6e16933811cfd7ec8bc7d72d0d29fbe554.tar.bz2 |
Updated link to zlib's home page.
-rw-r--r-- | Doc/lib/libzlib.tex | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex index 2c99fb4..c78523b 100644 --- a/Doc/lib/libzlib.tex +++ b/Doc/lib/libzlib.tex @@ -9,7 +9,7 @@ For applications that require data compression, the functions in this module allow compression and decompression, using the zlib library. The zlib library has its own home page at -\url{http://www.info-zip.org/pub/infozip/zlib/}. Version 1.1.3 is the +\url{http://www.gzip.org/zlib/}. Version 1.1.3 is the most recent version as of September 2000; use a later version if one is available. There are known incompatibilities between the Python module and earlier versions of the zlib library. @@ -149,6 +149,5 @@ action is to delete the object. \begin{seealso} \seemodule{gzip}{Reading and writing \program{gzip}-format files.} - \seeurl{http://www.info-zip.org/pub/infozip/zlib/}{The - zlib library home page.} + \seeurl{http://www.gzip.org/zlib/}{The zlib library home page.} \end{seealso} |