[New-bugs-announce] [issue7581] incomplete doc of zlib

WANG Lu report at bugs.python.org
Sun Dec 27 12:43:47 CET 2009


New submission from WANG Lu <coolwanglu at gmail.com>:

Python version: 2.6.4 r264:75706 (ubuntu 9.10)

I'm working on zlib, and have been busy in finding a way of specify the
window size of compression.

After wasting minutes in python online doc, I google and find the way:

zlib.compressobj(level, method, window_size, mem_level)

However, in both online doc and build-in doc, only the first parameter
'level' is mentioned. This is too bad.

And I wonder if there are more missing ones.

----------
assignee: georg.brandl
components: Documentation
messages: 96906
nosy: coolwanglu, georg.brandl
severity: normal
status: open
title: incomplete doc of zlib
versions: Python 2.6

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


More information about the New-bugs-announce mailing list