[issue6485] is_finished not exported by zlib

2009-07-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> zlib does not indicate end of compressed stream properly ___ Python tracker ___

[issue6485] is_finished not exported by zlib

2009-07-14 Thread Jean-Paul Calderone
Jean-Paul Calderone added the comment: This is a duplicate of #5210, which has a patch attached. -- nosy: +exarkun ___ Python tracker ___

[issue6485] is_finished not exported by zlib

2009-07-14 Thread Travis H.
New submission from Travis H. : The zlib C library has the capability to indicate the end of a compressed stream by returning a Z_STREAM_END from a call to inflate. This allows uncompressed data to follow some compressed data. It is necessary to know when the end of the compressed stream has be