diff options
author | Guido van Rossum <guido@python.org> | 1997-12-30 20:38:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-30 20:38:16 (GMT) |
commit | eb0f066fb84e71f418cf6a27c38b128aee33a834 (patch) | |
tree | b2695f000fd9119a7eabe7d7beff8c413ddcf097 /Doc/lib/libzlib.tex | |
parent | 51ca6e3e42d6ad733dae25c7db7c89415e7cf962 (diff) | |
download | cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.zip cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.tar.gz cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.tar.bz2 |
Correct small nits reported by Rob Hooft.
Diffstat (limited to 'Doc/lib/libzlib.tex')
-rw-r--r-- | Doc/lib/libzlib.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex index 28365ae..7d2cac9 100644 --- a/Doc/lib/libzlib.tex +++ b/Doc/lib/libzlib.tex @@ -1,3 +1,5 @@ +% XXX The module has been extended (by Jeremy) but this documentation hasn't been updated yet + \section{Built-in Module \sectcode{zlib}} \label{module-zlib} \bimodindex{zlib} @@ -6,7 +8,7 @@ For applications that require data compression, the functions in this module allow compression and decompression, using the zlib library, which is based on GNU zip. The zlib library has its own home page at \code{http://www.cdrom.com/pub/infozip/zlib/}. -Version 1.0.4 is the most recent version as of April 30, 1997; use a +Version 1.0.4 is the most recent version as of December, 1997; use a later version if one is available. The available functions in this module are: |