Issue906254
Created on 2004-02-27.23:26:56 by ellisj, last changed 2004-02-27.23:26:57 by ellisj.
File name |
Uploaded |
Description |
Edit |
Remove |
zlib-patch.txt
|
ellisj,
2004-02-27.23:26:57
|
|
|
|
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
|
|
Date |
User |
Action |
Args |
2004-02-27 23:26:56 | ellisj | create | |
|