This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xiang.zhang
Recipients ebfe, ezio.melotti, martin.panter, matrixise, serhiy.storchaka, xiang.zhang
Date 2016-08-11.06:58:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470898708.24.0.916432066468.issue16764@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Martin and suggest make the following changes:

1. Make wbits and bufsize of zlib.decompress keyword arguments.
2. Make max_length of decompressobj.decompress keyword argument.

I'd prefer others to stay position-only as now.

Attach a patch doing the above 2 changes.
History
Date User Action Args
2016-08-11 06:58:28xiang.zhangsetrecipients: + xiang.zhang, ezio.melotti, ebfe, martin.panter, serhiy.storchaka, matrixise
2016-08-11 06:58:28xiang.zhangsetmessageid: <1470898708.24.0.916432066468.issue16764@psf.upfronthosting.co.za>
2016-08-11 06:58:28xiang.zhanglinkissue16764 messages
2016-08-11 06:58:28xiang.zhangcreate