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

Andrew M. Kuchling akuchlin@cnri.reston.va.us
Mon, 22 Mar 1999 14:25:32 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Modules
In directory amarok:/home/akuchlin/src/Python-1.5/Modules

Modified Files:
	zlibmodule.c 
Log Message:
Fixed the flush() method of compression objects; the test for 
    the end of loop was incorrect, and failed when the flushmode != Z_FINISH.
    Logic cleaned up and commented.