[Python-checkins] CVS: python/dist/src/Lib/test test_zlib.py

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


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

Modified Files:
	test_zlib.py 
Log Message:
Added simple test for the flush() method of compression objects, trying the 
    different flush values Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FULL_FLUSH.