New submission from WANG Lu <coolwan...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue7581>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to