summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-10-19 18:52:49 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-10-19 18:52:49 (GMT)
commit5fcc00356636929f64e1bb2ef953f2bc244bf9ce (patch)
tree404edfa46d788b62cfaf37a0ea8702f5bfdf88f4 /Doc
parent972c9e85bb82289826b99c961689c32bd06a270a (diff)
downloadcpython-5fcc00356636929f64e1bb2ef953f2bc244bf9ce.zip
cpython-5fcc00356636929f64e1bb2ef953f2bc244bf9ce.tar.gz
cpython-5fcc00356636929f64e1bb2ef953f2bc244bf9ce.tar.bz2
[Bug #1049826] Update version of zlib referenced in text
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libzlib.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex
index b0bc881..10178da 100644
--- a/Doc/lib/libzlib.tex
+++ b/Doc/lib/libzlib.tex
@@ -9,8 +9,8 @@
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.1.3 is the
-most recent version as of September 2000; use a later version if one
+\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.