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 oberstet
Recipients docs@python, oberstet
Date 2013-10-17.07:55:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381996531.24.0.0813249128928.issue19277@psf.upfronthosting.co.za>
In-reply-to
Content
Currently the `zlib` module documents

    zlib.compressobj([level])

However, there are more parameters present already today:

    zlib.compressobj([level, method, wbits])

These other parameters are used in at least 2 deployed libraries (in the context of WebSocket compression):

https://github.com/tavendo/AutobahnPython/blob/master/autobahn/autobahn/compress_deflate.py#L527

http://code.google.com/p/pywebsocket/source/browse/trunk/src/mod_pywebsocket/util.py#231
History
Date User Action Args
2013-10-17 07:55:31oberstetsetrecipients: + oberstet, docs@python
2013-10-17 07:55:31oberstetsetmessageid: <1381996531.24.0.0813249128928.issue19277@psf.upfronthosting.co.za>
2013-10-17 07:55:30oberstetlinkissue19277 messages
2013-10-17 07:55:29oberstetcreate