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 william.mallard
Recipients william.mallard
Date 2013-02-12.05:29:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360646964.87.0.900673993367.issue17189@psf.upfronthosting.co.za>
In-reply-to
Content
This patch enables creation of 64-bit zip files via make_archive().

make_archive uses ZipFile to create zip files. ZipFile already supports creation of 64-bit archives via a kwarg, but make_archive hard-codes it to 32-bit. This patch exposes the option in a backwards compatible way.
History
Date User Action Args
2013-02-12 05:29:25william.mallardsetrecipients: + william.mallard
2013-02-12 05:29:24william.mallardsetmessageid: <1360646964.87.0.900673993367.issue17189@psf.upfronthosting.co.za>
2013-02-12 05:29:24william.mallardlinkissue17189 messages
2013-02-12 05:29:24william.mallardcreate