]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added simple test for the flush() method of compression objects, trying the
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Mar 1999 19:23:17 +0000 (19:23 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Mar 1999 19:23:17 +0000 (19:23 +0000)
commitdca7e00fd59209bfd823b4111ab73df1ee28aa6d
tree5cd99837b0bd50b170167ae77da78019832c43d5
parentf247d75507ec767df5ed38e9a2264acb123fe493
Added simple test for the flush() method of compression objects, trying the
    different flush values Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FULL_FLUSH.
Lib/test/test_zlib.py