mirror of
https://github.com/python/cpython.git
synced 2025-12-09 10:37:17 +00:00
Update *both* uses of the URL to the zlib home page, and use the version
advertised as the canonical form.
This commit is contained in:
parent
ab2f9f766f
commit
315b9e0ac1
1 changed files with 6 additions and 6 deletions
|
|
@ -9,10 +9,10 @@
|
||||||
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{ftp://ftp.freesoftware.com/pub/infozip/zlib/zlib.html}. Version
|
\url{http://www.info-zip.org/pub/infozip/zlib/}. Version 1.1.3 is the
|
||||||
1.1.3 is the most recent version as of September 2000; use a later
|
most recent version as of September 2000; use a later version if one
|
||||||
version if one is available. There are known incompatibilities
|
is available. There are known incompatibilities between the Python
|
||||||
between the Python module and earlier versions of the zlib library.
|
module and earlier versions of the zlib library.
|
||||||
|
|
||||||
The available exception and functions in this module are:
|
The available exception and functions in this module are:
|
||||||
|
|
||||||
|
|
@ -149,6 +149,6 @@ action is to delete the object.
|
||||||
|
|
||||||
\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
|
\seeurl{http://www.info-zip.org/pub/infozip/zlib/}{The
|
||||||
\url{http://www.cdrom.com/pub/infozip/zlib/}.}
|
zlib library home page.}
|
||||||
\end{seealso}
|
\end{seealso}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue