summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-10-29 14:39:13 (GMT)
committerGeorg Brandl <georg@python.org>2006-10-29 14:39:13 (GMT)
commitc68d2cc3f2950d8132ea83bcf2c9fc1359e99a4d (patch)
tree6a6a8745273c794f08343f21bfbe18cb7452541c /Misc
parentb8205a11882161968fe9b67871d4000c4b3efb08 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fc613c6..7bbd688 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.