This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients alanmcintyre, amaury.forgeotdarc, eric.araujo, fidoman, loewis, python-dev, serhiy.storchaka, spmcinerney, v+python
Date 2012-11-18.11:23:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Y49ld0wmMzQNb@mail.python.org>
In-reply-to
Content
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
History
Date User Action Args
2012-11-18 11:23:09python-devsetrecipients: + python-dev, loewis, amaury.forgeotdarc, alanmcintyre, fidoman, eric.araujo, spmcinerney, v+python, serhiy.storchaka
2012-11-18 11:23:09python-devlinkissue14313 messages
2012-11-18 11:23:09python-devcreate