commit | f6b16a4b507723b1a22e6cc5af80150f189b3e9d | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue May 01 07:58:44 2012 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue May 01 07:58:44 2012 +0200 |
tree | 64ed0bbb984057352c6392dcd64f86dedc5d42cb | |
parent | 9acbb6074f201e8747a1be577d6a71571528243a [diff] [blame] |
Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index 4419472..2621c8b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -87,6 +87,9 @@ 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.