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
Date 2012-12-24.12:45:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356353108.66.0.0747083241018.issue16764@psf.upfronthosting.co.za>
In-reply-to
Content
The patch "zlib_keywords.patch" makes zlib's classes and functions accept keyword arguments as documented. It also fixes two cases in which the docstring differ from the documentation (decompress(data) vs. decompress(string) and compressobj(memlevel) vs. compressobj(memLevel)). Additional tests are provided.
History
Date User Action Args
2012-12-24 12:45:08ebfesetrecipients: + ebfe
2012-12-24 12:45:08ebfesetmessageid: <1356353108.66.0.0747083241018.issue16764@psf.upfronthosting.co.za>
2012-12-24 12:45:08ebfelinkissue16764 messages
2012-12-24 12:45:08ebfecreate