diff options
author | Georg Brandl <georg@python.org> | 2006-10-29 14:39:09 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-10-29 14:39:09 (GMT) |
commit | 2c9838e30f825b3bdaf0fc33f15a3cc74320ba6e (patch) | |
tree | e11a9246b8e41fd57ae9b19cc20de33937a6b33f /Misc | |
parent | 5b4e1c2530636eab196fb98ea8f49389ff419e28 (diff) | |
download | cpython-2c9838e30f825b3bdaf0fc33f15a3cc74320ba6e.zip cpython-2c9838e30f825b3bdaf0fc33f15a3cc74320ba6e.tar.gz cpython-2c9838e30f825b3bdaf0fc33f15a3cc74320ba6e.tar.bz2 |
Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,8 @@ Core and builtins Library ------- +- Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. + - Patch #1583880: fix tarfile's problems with long names and posix/ GNU modes. |