Martin Panter added the comment:

Looks good in general (apart from one grammar comment).

It might be best to only include one copy, and reference the others. There are 
actually three places “wbits” is allowed that I can see:

* compressobj()
* decompress()
* decompressobj()

Maybe just pointing from decompress() and decompressobj() back to the 
compressobj() description would be good enough. Unless if you know if wbits=0 
is also accepted or not for decompression.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5784>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to