[issue14313] zipfile should raise an exception for unsupported compression methods

Roundup Robot report at bugs.python.org
Sun Nov 18 12:23:09 CET 2012


Roundup Robot added the comment:

New changeset 8feaa8d04c56 by Ezio Melotti in branch '2.7':
#14313: zipfile now raises NotImplementedError when the compression type is unknown.
http://hg.python.org/cpython/rev/8feaa8d04c56

New changeset b193a5dc7a58 by Ezio Melotti in branch '3.2':
#14313: zipfile now raises NotImplementedError when the compression type is unknown.
http://hg.python.org/cpython/rev/b193a5dc7a58

New changeset c2ba10b9d654 by Ezio Melotti in branch '3.3':
#14313: null merge.
http://hg.python.org/cpython/rev/c2ba10b9d654

New changeset 4b866e39d1fb by Ezio Melotti in branch 'default':
#14313: null merge.
http://hg.python.org/cpython/rev/4b866e39d1fb

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14313>
_______________________________________


More information about the Python-bugs-list mailing list