Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38811
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: Generate 16+MAX_WBITS decompressable data |
| Date | 2013-02-13 01:30 -0500 |
| References | <kfddp5$fho$1@ger.gmane.org> <mailman.1705.1360682882.2939.python-list@python.org> <jtlqu9-bcc.ln1@pluto.solar-empire.de> <kff7sh$jlf$1@ger.gmane.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1739.1360737094.2939.python-list@python.org> (permalink) |
On 2/13/2013 12:18 AM, Fayaz Yusuf Khan wrote: > Marc Christiansen wrote: > >> Try using a compressobj with 24 <= wbits < 32. It should work, but I >> didn't try. >> > Er, the problem is that compressobj doesn't accept a WBIT argument. "Changed in version 3.3: Added the method, wbits, memlevel, strategy and zdict parameters." -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Generate 16+MAX_WBITS decompressable data Terry Reedy <tjreedy@udel.edu> - 2013-02-12 10:27 -0500
Re: Generate 16+MAX_WBITS decompressable data Marc Christiansen <usenet@solar-empire.de> - 2013-02-12 21:39 +0100
Re: Generate 16+MAX_WBITS decompressable data Fayaz Yusuf Khan <fayaz@dexetra.com> - 2013-02-13 10:48 +0530
Re: Generate 16+MAX_WBITS decompressable data Terry Reedy <tjreedy@udel.edu> - 2013-02-13 01:30 -0500
csiph-web