mirror of https://github.com/python/cpython
[Bug #1049826] Update version of zlib referenced in text
This commit is contained in:
parent
972c9e85bb
commit
5fcc003566
|
@ -9,8 +9,8 @@
|
||||||
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.gzip.org/zlib/}. Version 1.1.3 is the
|
\url{http://www.gzip.org/zlib/}. Version 1.2.1 is the
|
||||||
most recent version as of September 2000; use a later version if one
|
most recent version as of October 2004; 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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue