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 martin.panter
Recipients ebfe, ezio.melotti, martin.panter, serhiy.storchaka
Date 2016-02-03.03:00:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454468418.72.0.999545190666.issue16764@psf.upfronthosting.co.za>
In-reply-to
Content
See Issue 8706 discussing adding keyword support to library functions in general.

Functions the first patch affects:

* zlib.compress(data, level=...): still relevant; see Issue 26243
* compressobj(memlevel=...): fixed in documentation in revision fdb5d84f9948 instead
* compressobj.compress(data): still relevant, but little benefit IMO
* compressobj.flush(mode=...): still relevant; little benefit
* zlib.decompress(data, wbits=..., bufsize=...): still relevant
* decompressobj.decompress(data, max_length=...): still relevant
* decompressobj.flush(length=...): still relevant, but not worthwhile IMO; see Issue 23200

Most of the pep8 patch looks like pointless noise, and a lot of the remaining bits have probably already been addressed.
History
Date User Action Args
2016-02-03 03:00:18martin.pantersetrecipients: + martin.panter, ezio.melotti, ebfe, serhiy.storchaka
2016-02-03 03:00:18martin.pantersetmessageid: <1454468418.72.0.999545190666.issue16764@psf.upfronthosting.co.za>
2016-02-03 03:00:18martin.panterlinkissue16764 messages
2016-02-03 03:00:17martin.pantercreate