[Python-checkins] CVS: python/dist/src/Modules zlibmodule.c
Andrew M. Kuchling
akuchlin@cnri.reston.va.us
1999年3月25日 16:21:12 -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:
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.