[issue20193] Derby: Convert the zlib, _bz2 and _lzma modules to use Argument Clinic

Serhiy Storchaka report at bugs.python.org
Sat Jan 25 13:34:04 CET 2014


Serhiy Storchaka added the comment:

Patch for _lzma was applied without converting LZMACompressor.__init__.

Here is a patch for zlib, which doesn't use neither optional groups, nor "unspecified" defaults.  Three builtins, decompress(), decompressobj() and Decompress.flush() are left not converted.

----------
stage:  -> patch review
Added file: http://bugs.python.org/file33699/zlib_clinic_2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20193>
_______________________________________


More information about the Python-bugs-list mailing list