]> granicus.if.org Git - python/commit
patches from Andrew
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 18 Dec 1998 22:13:11 +0000 (22:13 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 18 Dec 1998 22:13:11 +0000 (22:13 +0000)
commita37e244536409729997cc40dea1d7b28b878836c
treefacd0080c91f9909fe9c3dd20920a9ac06fb3f27
parent1924a0677d0eb3fbc46c6d0116024b6d642e790d
patches from Andrew

NOTE: There is still a bug of some sort in the behavior of zlib.  In
at least one case, inflate returns Z_OK (which is typically
interpreted to mean that more output space is needed) when it has
finished inflating a buffer.  This has been reported as a bug to the
zlib maintainers; we may need to change the Python interface.
Modules/zlibmodule.c