]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.
authorGeorg Brandl <georg@python.org>
Sun, 29 Oct 2006 14:39:09 +0000 (14:39 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 29 Oct 2006 14:39:09 +0000 (14:39 +0000)
commit2c9838e30f825b3bdaf0fc33f15a3cc74320ba6e
treee11a9246b8e41fd57ae9b19cc20de33937a6b33f
parent5b4e1c2530636eab196fb98ea8f49389ff419e28
Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.
Lib/encodings/bz2_codec.py
Lib/encodings/zlib_codec.py
Lib/test/test_codecs.py
Misc/NEWS