This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scott_daniels
Recipients
Date 2004-12-20.04:48:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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 ...

History
Date User Action Args
2007-08-23 14:28:36adminlinkissue1088206 messages
2007-08-23 14:28:36admincreate