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, pythonhacker
Date 2009-10-24.11:51:05
SpamBayes Score 0.0012508512
Marked as misclassified No
Message-id <1256385067.27.0.696687936984.issue7191@psf.upfronthosting.co.za>
In-reply-to
Content
The decompressor can't have a window size smaller than the size used to
compress the stream.  Therefore in your case, it can't be smaller than 15.

Still, the docs must be improved, e.g. compressobj() has more parameters
than documented.
History
Date User Action Args
2009-10-24 11:51:07georg.brandlsetrecipients: + georg.brandl, pythonhacker
2009-10-24 11:51:07georg.brandlsetmessageid: <1256385067.27.0.696687936984.issue7191@psf.upfronthosting.co.za>
2009-10-24 11:51:06georg.brandllinkissue7191 messages
2009-10-24 11:51:06georg.brandlcreate