Re: zlib written in python

2005-09-20 Thread Scott David Daniels
Andreas Lobinger wrote: > Aloha, > > is a pure _python_ implementation of the zlib available? > I have broken zlib streams and need to patch the deocder to > get them back. > > Wishing a happy day > LOBI > Check your zlib version: import zlib; print zlib.ZLIB_VERSION There were some fixe

zlib written in python

2005-09-20 Thread Andreas Lobinger
Aloha, is a pure _python_ implementation of the zlib available? I have broken zlib streams and need to patch the deocder to get them back. Wishing a happy day LOBI -- http://mail.python.org/mailman/listinfo/python-list