]> granicus.if.org Git - python/commitdiff
[Bug #1049826] Update version of zlib referenced in text
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 19 Oct 2004 18:52:49 +0000 (18:52 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 19 Oct 2004 18:52:49 +0000 (18:52 +0000)
Doc/lib/libzlib.tex

index b0bc881c7563461e5094a7ddfe733036e671bf09..10178da1463f8242bdbc3b9ccd0967fac654a6ba 100644 (file)
@@ -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.