Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zlib compressobj: missing parameter doc strings #63476

Closed
oberstet mannequin opened this issue Oct 17, 2013 · 2 comments
Closed

zlib compressobj: missing parameter doc strings #63476

oberstet mannequin opened this issue Oct 17, 2013 · 2 comments
Labels
docs Documentation in the Doc dir stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@oberstet
Copy link
Mannequin

oberstet mannequin commented Oct 17, 2013

BPO 19277
Nosy @bitdancer

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2013-10-17.17:50:30.776>
created_at = <Date 2013-10-17.07:55:31.144>
labels = ['type-feature', 'library', 'docs']
title = 'zlib compressobj: missing parameter doc strings'
updated_at = <Date 2013-10-17.18:02:00.141>
user = 'https://bugs.python.org/oberstet'

bugs.python.org fields:

activity = <Date 2013-10-17.18:02:00.141>
actor = 'r.david.murray'
assignee = 'docs@python'
closed = True
closed_date = <Date 2013-10-17.17:50:30.776>
closer = 'python-dev'
components = ['Documentation', 'Library (Lib)']
creation = <Date 2013-10-17.07:55:31.144>
creator = 'oberstet'
dependencies = []
files = []
hgrepos = []
issue_num = 19277
keywords = []
message_count = 2.0
messages = ['200113', '200150']
nosy_count = 4.0
nosy_names = ['r.david.murray', 'docs@python', 'python-dev', 'oberstet']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue19277'
versions = ['Python 2.7']

@oberstet
Copy link
Mannequin Author

oberstet mannequin commented Oct 17, 2013

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

@oberstet oberstet mannequin assigned docspython Oct 17, 2013
@oberstet oberstet mannequin added docs Documentation in the Doc dir stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Oct 17, 2013
@python-dev
Copy link
Mannequin

python-dev mannequin commented Oct 17, 2013

New changeset c54c8e71b79a by Georg Brandl in branch '2.7':
Closes bpo-19277: document all parameters of compressobj().
http://hg.python.org/cpython/rev/c54c8e71b79a

@python-dev python-dev mannequin closed this as completed Oct 17, 2013
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir stdlib Python modules in the Lib dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

0 participants