]> granicus.if.org Git - python/commit
Add an .unused_data attribute to decompressor objects. If .unused_data
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 25 Mar 1999 21:21:08 +0000 (21:21 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 25 Mar 1999 21:21:08 +0000 (21:21 +0000)
commitb95227db4f028d2eae32898be368e7e301d0d759
treec0ca7468f40127a666ec1a1704ff810e20126f45
parent1195023b8987a44be54399a075bbfe26c693786c
Add an .unused_data attribute to decompressor objects.  If .unused_data
is not an empty string, this means that you have arrived at the
end of the stream of compressed data, and the contents of .unused_data are
whatever follows the compressed stream.
Modules/zlibmodule.c