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 Yaniv.Aknin
Recipients BitTorment, Yaniv.Aknin, alanmcintyre, brtzsnr, georg.brandl, techtonik
Date 2010-04-09.14:14:50
SpamBayes Score 3.435962e-07
Marked as misclassified No
Message-id <1270822495.7.0.355908378061.issue2824@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is the addition of the 'low_level' parameter to ZipFile. Included are the parameter, a global switch controlling whether the parameter will raise an Exception or trigger a DeprecationWarning (the latter, for now), updated tests and updated documents. I didn't run test_zipfile64, I can't say for sure it works but I have no reason to believe it doesn't.
Changes are against py3k; let me know what you think, I'll backport to trunk.
History
Date User Action Args
2010-04-09 14:14:56Yaniv.Akninsetrecipients: + Yaniv.Aknin, georg.brandl, alanmcintyre, techtonik, BitTorment, brtzsnr
2010-04-09 14:14:55Yaniv.Akninsetmessageid: <1270822495.7.0.355908378061.issue2824@psf.upfronthosting.co.za>
2010-04-09 14:14:53Yaniv.Akninlinkissue2824 messages
2010-04-09 14:14:53Yaniv.Aknincreate