diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-18 13:20:36 +0200 |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-18 13:20:36 +0200 |
| commit | 6a5fc4c443fb7190f3f68ed1eaa799b71fa36124 (patch) | |
| tree | 750a39715372ea241831a0e19d5be4a4a6fe3bd6 /Misc | |
| parent | a69be2803b25c226a439152ec680d7ee6f5e57f6 (diff) | |
| download | cpython-git-6a5fc4c443fb7190f3f68ed1eaa799b71fa36124.tar.gz | |
#14313: zipfile now raises NotImplementedError when the compression type is unknown.
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -164,6 +164,9 @@ Core and Builtins Library ------- +- Issue #14313: zipfile now raises NotImplementedError when the compression + type is unknown. + - Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module. Patch by Serhiy Storchaka. |
