]> granicus.if.org Git - python/commit
Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.
authorGeorg Brandl <georg@python.org>
Sun, 29 Oct 2006 14:39:13 +0000 (14:39 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 29 Oct 2006 14:39:13 +0000 (14:39 +0000)
commitc68d2cc3f2950d8132ea83bcf2c9fc1359e99a4d
tree6a6a8745273c794f08343f21bfbe18cb7452541c
parentb8205a11882161968fe9b67871d4000c4b3efb08
Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.
 (backport from rev. 52529)
Lib/encodings/bz2_codec.py
Lib/encodings/zlib_codec.py
Lib/test/test_codecs.py
Misc/NEWS