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 Kristof.Keppens, Nico.Möller, Paul, Ruben.Gonzalez, alanmcintyre, amaury.forgeotdarc, christian.heimes, craigds, dandrzejewski, enlavin, eric.araujo, gregory.p.smith, jhenry82, lambacck, loewis, nadeem.vawda, python-dev, ronaldoussoren, segfault42, serhiy.storchaka
Date 2013-01-14.22:45:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YlVBD4mlzzS0r@mail.python.org>
In-reply-to
Content
New changeset ce869b05762c by Serhiy Storchaka in branch '2.7':
Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
http://hg.python.org/cpython/rev/ce869b05762c

New changeset b93848ca7760 by Serhiy Storchaka in branch '3.2':
Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
http://hg.python.org/cpython/rev/b93848ca7760

New changeset 656a45738e5e by Serhiy Storchaka in branch '3.3':
Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
http://hg.python.org/cpython/rev/656a45738e5e

New changeset 628a6af64a46 by Serhiy Storchaka in branch 'default':
Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
http://hg.python.org/cpython/rev/628a6af64a46
History
Date User Action Args
2013-01-14 22:45:09python-devsetrecipients: + python-dev, loewis, gregory.p.smith, ronaldoussoren, amaury.forgeotdarc, alanmcintyre, christian.heimes, nadeem.vawda, eric.araujo, lambacck, dandrzejewski, segfault42, craigds, enlavin, Paul, serhiy.storchaka, Kristof.Keppens, Ruben.Gonzalez, jhenry82, Nico.Möller
2013-01-14 22:45:09python-devlinkissue9720 messages
2013-01-14 22:45:09python-devcreate