Message259453
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. |
|
Date |
User |
Action |
Args |
2016-02-03 03:00:18 | martin.panter | set | recipients:
+ martin.panter, ezio.melotti, ebfe, serhiy.storchaka |
2016-02-03 03:00:18 | martin.panter | set | messageid: <1454468418.72.0.999545190666.issue16764@psf.upfronthosting.co.za> |
2016-02-03 03:00:18 | martin.panter | link | issue16764 messages |
2016-02-03 03:00:17 | martin.panter | create | |
|