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.
This commit is contained in:
Fred Drake 1999-04-21 18:44:41 +00:00
parent 2799f9d09a
commit b11d108cdc
1 changed files with 6 additions and 6 deletions

View File

@ -2,18 +2,18 @@
% documentation is incorrect in some cases. % documentation is incorrect in some cases.
\section{\module{zlib} --- \section{\module{zlib} ---
Compression library compatible with \program{gzip}} Compression compatible with \program{gzip}}
\declaremodule{builtin}{zlib} \declaremodule{builtin}{zlib}
\modulesynopsis{Low-level interface to compression and decompression \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 For applications that require data compression, the functions in this
module allow compression and decompression, using the zlib library. module allow compression and decompression, using the zlib library.
The zlib library has its own home page at The zlib library has its own home page at
\url{http://www.cdrom.com/pub/infozip/zlib/}. Version 1.1.3 is the \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 is available. There are known incompatibilities between the Python
module and earlier versions of the zlib library. module and earlier versions of the zlib library.
@ -125,7 +125,7 @@ action is to delete the object.
\end{methoddesc} \end{methoddesc}
\begin{seealso} \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} \end{seealso}