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 ebfe
Recipients ebfe, ezio.melotti, serhiy.storchaka
Date 2012-12-24.14:31:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356359505.75.0.0892930491649.issue16764@psf.upfronthosting.co.za>
In-reply-to
Content
Nothing of what you mention is a problem of this patch.

The memLevel-keyword was not supported as of now, only the docstring ("memLevel") and the documentation ("memlevel") mentioned it. There is no third-party code that could have used it.

The current docstring says that a "string"-keyword should be used with decompress(), the documentation talks about a "data"-keyword. Both are not supported, the patch adds support for a "data"-keyword and fixes the docstring.
History
Date User Action Args
2012-12-24 14:31:45ebfesetrecipients: + ebfe, ezio.melotti, serhiy.storchaka
2012-12-24 14:31:45ebfesetmessageid: <1356359505.75.0.0892930491649.issue16764@psf.upfronthosting.co.za>
2012-12-24 14:31:45ebfelinkissue16764 messages
2012-12-24 14:31:45ebfecreate