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 georg.brandl
Recipients georg.brandl, oberstet
Date 2013-10-17.17:46:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382032005.99.0.253236962058.issue19278@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, compressobj() has always supported up to five arguments (named level, method, wbits, memlevel, strategy); I'll document this for 2.7 for issue 19277.

The new thing in 3.3 are support for keyword arguments and the zdict parameter.
History
Date User Action Args
2013-10-17 17:46:46georg.brandlsetrecipients: + georg.brandl, oberstet
2013-10-17 17:46:45georg.brandlsetmessageid: <1382032005.99.0.253236962058.issue19278@psf.upfronthosting.co.za>
2013-10-17 17:46:45georg.brandllinkissue19278 messages
2013-10-17 17:46:45georg.brandlcreate