diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-21 18:44:41 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-21 18:44:41 (GMT) |
commit | b11d108cdc8890795d2341db84b90dc7bcce7a5b (patch) | |
tree | fcbcac8744738a2e0fc6987cf883334e4d84c6f2 /Doc/lib | |
parent | 2799f9d09a558cc531eec4aa1ef4e914f4cd43d0 (diff) | |
download | cpython-b11d108cdc8890795d2341db84b90dc7bcce7a5b.zip cpython-b11d108cdc8890795d2341db84b90dc7bcce7a5b.tar.gz cpython-b11d108cdc8890795d2341db84b90dc7bcce7a5b.tar.bz2 |
The version information here was checked good in 1999, not 199. ;-)
Added "See also" reference to zlib home page, even though it's
mentioned in the text.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libzlib.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex index a13573f..d31af04 100644 --- a/Doc/lib/libzlib.tex +++ b/Doc/lib/libzlib.tex @@ -2,18 +2,18 @@ % documentation is incorrect in some cases. \section{\module{zlib} --- - Compression library compatible with \program{gzip}} + Compression compatible with \program{gzip}} \declaremodule{builtin}{zlib} \modulesynopsis{Low-level interface to compression and decompression -routines compatible with \program{gzip}.} + routines compatible with \program{gzip}.} 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 199; use a later version if one +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. @@ -125,7 +125,7 @@ action is to delete the object. \end{methoddesc} \begin{seealso} -\seemodule{gzip}{reading and writing \program{gzip}-format files} + \seemodule{gzip}{reading and writing \program{gzip}-format files} + \seetext{The zlib library home page is located at + \url{http://www.cdrom.com/pub/infozip/zlib/}.} \end{seealso} - - |