]> granicus.if.org Git - python/commit
Several bug fixes.
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 14 Aug 1997 21:06:42 +0000 (21:06 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 14 Aug 1997 21:06:42 +0000 (21:06 +0000)
commit644c17d2afe6755b6fbc70e3c1da8b3a49b52a18
treeabda1357ff08a7479c07a4c538a7bcf850eddf62
parent4a944d7a47410a7e1dac67e77bdf0fb3560b5439
Several bug fixes.
 -- initialize length to DEFAULTALLOC and not 0
 -- resize string before returning (to remove '\000' padding)

Also converted some compression routines to use PyString instead of
buffer.
Modules/zlibmodule.c