Equivalent to gzinflate() function in PHP.
kyosohma at gmail.com
kyosohma at gmail.com
Wed Aug 1 09:54:21 EDT 2007
On Aug 1, 8:44 am, Adam Kubica <coyot... at artcom.pl> wrote:
> Hellou.
>
> Anybody know about code that work equivalent to gzinflate()
> function used in PHP?
>
> I search via google but I don't found anything sensible :-(
I'm not sure what gzinflate does, but it looks like it's some kind of
compression/decompression method. Python can do that. Check out the
following links:
http://www.python.org/doc/lib/module-gzip.html
http://www.python.org/doc/lib/module-zlib.html
http://python.active-venture.com/lib/module-bz2.html
Hopefully this is the type of thing you were looking for.
Mike
More information about the Python-list
mailing list