#14313: zipfile now raises NotImplementedError when the compression type is unknown.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 18 Nov 2012 11:20:36 +0000 (13:20 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 18 Nov 2012 11:20:36 +0000 (13:20 +0200)
commit6a5fc4c443fb7190f3f68ed1eaa799b71fa36124
tree750a39715372ea241831a0e19d5be4a4a6fe3bd6
parenta69be2803b25c226a439152ec680d7ee6f5e57f6
#14313: zipfile now raises NotImplementedError when the compression type is unknown.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS