mirror of
https://github.com/python/cpython.git
synced 2025-09-12 19:57:40 +00:00
Update link to the zlib homepage.
This commit is contained in:
parent
f29107447a
commit
ab2f9f766f
1 changed files with 4 additions and 4 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{http://www.cdrom.com/pub/infozip/zlib/}. Version 1.1.3 is the
|
\url{ftp://ftp.freesoftware.com/pub/infozip/zlib/zlib.html}. Version
|
||||||
most recent version as of April 1999; use a later version if one
|
1.1.3 is the most recent version as of September 2000; use a later
|
||||||
is available. There are known incompatibilities between the Python
|
version if one is available. There are known incompatibilities
|
||||||
module and earlier versions of the zlib library.
|
between the Python 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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue