[Python-checkins] python/dist/src/Doc/lib libzlib.tex,1.32,1.33

akuchling@users.sourceforge.net akuchling at users.sourceforge.net
Thu Sep 1 16:08:51 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30482

Modified Files:
	libzlib.tex 
Log Message:
Remove statement about meaning of constants; arguably it's incorrect

Index: libzlib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libzlib.tex,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- libzlib.tex	31 Aug 2005 16:52:40 -0000	1.32
+++ libzlib.tex	1 Sep 2005 14:08:38 -0000	1.33
@@ -115,8 +115,7 @@
 compressed output is returned.  \var{mode} can be selected from the
 constants \constant{Z_SYNC_FLUSH},  \constant{Z_FULL_FLUSH},  or 
 \constant{Z_FINISH}, defaulting to \constant{Z_FINISH}.  \constant{Z_SYNC_FLUSH} and 
-\constant{Z_FULL_FLUSH} allow compressing further strings of data and
-are used to allow partial error recovery on decompression, while
+\constant{Z_FULL_FLUSH} allow compressing further strings of data, while
 \constant{Z_FINISH} finishes the compressed stream and 
 prevents compressing any more data.  After calling
 \method{flush()} with \var{mode} set to \constant{Z_FINISH}, the



More information about the Python-checkins mailing list