diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-16 05:07:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-16 05:07:03 (GMT) |
commit | ab2f9f766ff6f77c294c039fcd6c2ec25de3d3f0 (patch) | |
tree | b9ec3308c960f04079f3950d6b426029308f4b73 | |
parent | f29107447ad80d2a2f69eb1af6f0f0cd5d968811 (diff) | |
download | cpython-ab2f9f766ff6f77c294c039fcd6c2ec25de3d3f0.zip cpython-ab2f9f766ff6f77c294c039fcd6c2ec25de3d3f0.tar.gz cpython-ab2f9f766ff6f77c294c039fcd6c2ec25de3d3f0.tar.bz2 |
Update link to the zlib homepage.
-rw-r--r-- | Doc/lib/libzlib.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex index 66fac4e..f1662ef 100644 --- a/Doc/lib/libzlib.tex +++ b/Doc/lib/libzlib.tex @@ -9,10 +9,10 @@ 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.cdrom.com/pub/infozip/zlib/}. Version 1.1.3 is the -most recent version as of April 1999; use a later version if one -is available. There are known incompatibilities between the Python -module and earlier versions of the zlib library. +\url{ftp://ftp.freesoftware.com/pub/infozip/zlib/zlib.html}. 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. The available exception and functions in this module are: |