[Python-checkins] CVS: python/dist/src/Modules zlibmodule.c

Jeremy Hylton jhylton@cnri.reston.va.us
Fri, 18 Dec 1998 17:13:14 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Modules
In directory bitdiddle:/local/home/jhylton/local/python/src/Modules

Modified Files:
	zlibmodule.c 
Log Message:
patches from Andrew

NOTE: There is still a bug of some sort in the behavior of zlib.  In
at least one case, inflate returns Z_OK (which is typically
interpreted to mean that more output space is needed) when it has
finished inflating a buffer.  This has been reported as a bug to the
zlib maintainers; we may need to change the Python interface.