diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-10-19 19:50:23 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-10-19 19:50:23 (GMT) |
commit | 57712b3d9a09b3c99727a6fc5bf92871db142fa7 (patch) | |
tree | 1673d64244ac9caee495338fe3dd0345f5bbda1d /Doc/lib/libzlib.tex | |
parent | 28d07ab676fd072fd18197b81cdaaf95d406a305 (diff) | |
download | cpython-57712b3d9a09b3c99727a6fc5bf92871db142fa7.zip cpython-57712b3d9a09b3c99727a6fc5bf92871db142fa7.tar.gz cpython-57712b3d9a09b3c99727a6fc5bf92871db142fa7.tar.bz2 |
Remove the current version of zlib (we'll just have to keep updating it); rewrite following sentence to make sense without the previous one
Diffstat (limited to 'Doc/lib/libzlib.tex')
-rw-r--r-- | Doc/lib/libzlib.tex | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex index 10178da..db62a27 100644 --- a/Doc/lib/libzlib.tex +++ b/Doc/lib/libzlib.tex @@ -8,11 +8,10 @@ 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.gzip.org/zlib/}. Version 1.2.1 is the -most recent version as of October 2004; use a later version if one -is available. There are known incompatibilities between the Python -module and earlier versions of the zlib library. +The zlib library has its own home page at \url{http://www.gzip.org/zlib/}. +There are known incompatibilities between the Python module and +versions of the zlib library earlier than 1.1.3; 1.1.3 has a security +vulnerability, so we recommend using 1.1.4 or later. The available exception and functions in this module are: |