summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-05-01 05:58:44 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-05-01 05:58:44 (GMT)
commitf6b16a4b507723b1a22e6cc5af80150f189b3e9d (patch)
tree64ed0bbb984057352c6392dcd64f86dedc5d42cb /Misc
parent9acbb6074f201e8747a1be577d6a71571528243a (diff)
downloadcpython-f6b16a4b507723b1a22e6cc5af80150f189b3e9d.zip
cpython-f6b16a4b507723b1a22e6cc5af80150f189b3e9d.tar.gz
cpython-f6b16a4b507723b1a22e6cc5af80150f189b3e9d.tar.bz2
Issue #14371: Support bzip2 in zipfile module.
Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4419472..2621c8b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,9 @@ Core and Builtins
Library
-------
+- Issue #14371: Support bzip2 in zipfile module.
+ Patch by Serhiy Storchaka.
+
- Issue #13183: Fix pdb skipping frames after hitting a breakpoint and running
step. Patch by Xavier de Gaye.