[ python-Bugs-1088206 ] zlib decompressobj documentation typo

SourceForge.net noreply at sourceforge.net
Mon Dec 20 07:09:39 CET 2004


Bugs item #1088206, was opened at 2004-12-19 23:48
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1088206&group_id=5470

Category: Documentation
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Scott David Daniels (scott_daniels)
Assigned to: Nobody/Anonymous (nobody)
Summary: zlib decompressobj documentation typo

Initial Comment:
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 ...



----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2004-12-20 01:09

Message:
Logged In: YES 
user_id=80475

Fixed.

Thanks for the report.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1088206&group_id=5470


More information about the Python-bugs-list mailing list