Issue1088206
Created on 2004-12-20 04:48 by scott_daniels, last changed 2004-12-20 06:09 by rhettinger.
|
msg23783 - (view) |
Author: Scott David Daniels (scott_daniels) |
Date: 2004-12-20 04:48 |
|
In both Python 2.3.4 and 2.4 Python Library
Reference
7.15 zlib -- Compression compatible with gzip
The documentation that describes zlib.decompressobj,
the method description for the decompress message
looks like:
decompress( string)
[max_length] Decompress string, returning a ...
when it should be:
decompress( string [, max_length])
Decompress string, returning a ...
|
|
msg23784 - (view) |
Author: Raymond Hettinger (rhettinger) |
Date: 2004-12-20 06:09 |
|
Logged In: YES
user_id=80475
Fixed.
Thanks for the report.
|
|
| Date |
User |
Action |
Args |
| 2004-12-20 04:48:40 | scott_daniels | create | |
|