Martin Panter added the comment:

And regarding other internal buffers and state, calling flush() or decompress() 
guarantees you get as much data as possible, but there is no error checking. 
You have to check the eof attribute to ensure everything is done, otherwise I 
don’t think there is a way to differentiate a truncated stream from a properly 
ended stream.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23200>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to