Issue906254

classification
Title: Fixes for test_zlib
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: bzimmer Nosy List: bzimmer, ellisj
Priority: normal Keywords: patch

Created on 2004-02-27.23:26:56 by ellisj, last changed 2004-02-27.23:26:57 by ellisj.

Files
File name Uploaded Description Edit Remove
zlib-patch.txt ellisj, 2004-02-27.23:26:57
Messages
msg2370 (view) Author: Jonathan Ellis (ellisj) Date: 2004-02-27.23:26:56
zlib changes include:
 - honor the max_length optional argument to
decompress() in decompressobj (new in 2.2?)
 - fix unused_data to return the actual data, not spaces
 - add unconsumed_tail to decompressobj objects
 - flush is now strict about ending (de)compression for
its object; subsequent calls to
compress/decompress/flush will now throw zlib.error a
la CPython
History
Date User Action Args
2004-02-27 23:26:56ellisjcreate