[New-bugs-announce] [issue19277] zlib compressobj: missing parameter doc strings

Tobias Oberstein report at bugs.python.org
Thu Oct 17 09:55:31 CEST 2013


New submission from Tobias Oberstein:

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

----------
assignee: docs at python
components: Documentation, Library (Lib)
messages: 200113
nosy: docs at python, oberstet
priority: normal
severity: normal
status: open
title: zlib compressobj: missing parameter doc strings
type: enhancement
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19277>
_______________________________________


More information about the New-bugs-announce mailing list