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.10:17:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390645055.46.0.45543670342.issue20193@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Nadeem. In committed patch fixed the docstring for
BZ2Compressor.__init__, and renamed module name "bz2" in clinic declaration is renamed to "_bz2".

Here is updated patch for the _lzma module which addresses Nadeem's comment and renames the "lzma" module name to "_lzma".

Unfortunately this patch is incompatible with current Argument Clinic because it uses "unspecified" default value. Default value of the "check" parameter in LZMACompressor.__init__ depends on the value of other parameter.

"""For FORMAT_XZ, the default is CHECK_CRC64.  FORMAT_ALONE and FORMAT_RAW do not suport integrity checks; for these formats, check must be omitted, or be CHECK_NONE."""
History
Date User Action Args
2014-01-25 10:17:36serhiy.storchakasetrecipients: + serhiy.storchaka, larry, nadeem.vawda, meador.inge, python-dev
2014-01-25 10:17:35serhiy.storchakasetmessageid: <1390645055.46.0.45543670342.issue20193@psf.upfronthosting.co.za>
2014-01-25 10:17:35serhiy.storchakalinkissue20193 messages
2014-01-25 10:17:35serhiy.storchakacreate