commit | 9e94972eede8b2bb9a16f867db3da9892759ac70 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sun Nov 18 13:18:06 2012 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sun Nov 18 13:18:06 2012 +0200 |
tree | 7fa61ad24940900a02c128f2c688310bfe4d6ef1 | |
parent | 355637be326a66cee1da4282b8c730bd7adc8f27 [diff] [blame] |
#14313: zipfile now raises NotImplementedError when the compression type is unknown.
diff --git a/Misc/NEWS b/Misc/NEWS index b2da236..f50ed54 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -148,6 +148,9 @@ 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.