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