diff options
Diffstat (limited to 'Misc/NEWS')
-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. |