[issue19277] zlib compressobj: missing parameter doc strings

2013-10-17 Thread Tobias Oberstein
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

[issue19277] zlib compressobj: missing parameter doc strings

2013-10-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset c54c8e71b79a by Georg Brandl in branch '2.7': Closes #19277: document all parameters of compressobj(). http://hg.python.org/cpython/rev/c54c8e71b79a -- nosy: +python-dev resolution: - fixed stage: - committed/rejected status: open -

[issue19277] zlib compressobj: missing parameter doc strings

2013-10-17 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- Removed message: http://bugs.python.org/msg200151 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19277 ___

[issue19277] zlib compressobj: missing parameter doc strings

2013-10-17 Thread R. David Murray
R. David Murray added the comment: Hmm. Looks like the name of the temp files used by the failing test (which is in bsddb, by the way) have changed, so my delete command didn't delete them. So now /tmp is definitely clean, and the next build on that bot should work (crosses fingers).