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, ebfe, mcherm, neologix, pitrou, python-dev, serhiy.storchaka, ymgve
Date 2013-01-31.13:33:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Yxj82398PzP7C@mail.python.org>
In-reply-to
Content
New changeset 32de35f0f877 by Serhiy Storchaka in branch '2.7':
Issue #4844: ZipFile now raises BadZipfile when opens a ZIP file with an
http://hg.python.org/cpython/rev/32de35f0f877

New changeset 01147e468c8c by Serhiy Storchaka in branch '3.2':
Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
http://hg.python.org/cpython/rev/01147e468c8c

New changeset 46f24a18a4ab by Serhiy Storchaka in branch '3.3':
Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
http://hg.python.org/cpython/rev/46f24a18a4ab

New changeset e406b8bd7b38 by Serhiy Storchaka in branch 'default':
Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
http://hg.python.org/cpython/rev/e406b8bd7b38
History
Date User Action Args
2013-01-31 13:33:39python-devsetrecipients: + python-dev, mcherm, alanmcintyre, pitrou, ebfe, ymgve, neologix, serhiy.storchaka
2013-01-31 13:33:39python-devlinkissue4844 messages
2013-01-31 13:33:39python-devcreate