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 serhiy.storchaka
Recipients larry, meador.inge, nadeem.vawda, python-dev, serhiy.storchaka
Date 2014-01-25.12:34:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2014-01-25 12:34:04serhiy.storchakasetrecipients: + serhiy.storchaka, larry, nadeem.vawda, meador.inge, python-dev
2014-01-25 12:34:04serhiy.storchakasetmessageid: <[email protected]>
2014-01-25 12:34:04serhiy.storchakalinkissue20193 messages
2014-01-25 12:34:03serhiy.storchakacreate