]> granicus.if.org Git - python/commit
#14313: zipfile now raises NotImplementedError when the compression type is unknown.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 18 Nov 2012 11:18:06 +0000 (13:18 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 18 Nov 2012 11:18:06 +0000 (13:18 +0200)
commit9e94972eede8b2bb9a16f867db3da9892759ac70
tree7fa61ad24940900a02c128f2c688310bfe4d6ef1
parent355637be326a66cee1da4282b8c730bd7adc8f27
#14313: zipfile now raises NotImplementedError when the compression type is unknown.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS