[docs] [issue5784] raw deflate format and zlib module

Martin Panter report at bugs.python.org
Sat Apr 18 14:42:47 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue5784>
_______________________________________


More information about the docs mailing list