diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-05-01 05:58:44 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-05-01 05:58:44 (GMT) |
commit | f6b16a4b507723b1a22e6cc5af80150f189b3e9d (patch) | |
tree | 64ed0bbb984057352c6392dcd64f86dedc5d42cb /Misc | |
parent | 9acbb6074f201e8747a1be577d6a71571528243a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |