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 alanmcintyre
Recipients alanmcintyre, crhode, georg.brandl, jvr, myers_carpenter, mzimmerman, scott_daniels
Date 2008-01-05.00:30:53
SpamBayes Score 0.0034556107
Marked as misclassified No
Message-id <1199493054.17.0.244195713534.issue467924@psf.upfronthosting.co.za>
In-reply-to
Content
I attached a patch with the following changes (as zipfile_extract.diff):

(1) Add a note to the docs (under writestr) about how the compression is
selected if a ZipInfo is passed as the zinfo_or_arcname parameter.  If
anybody thinks it's a good idea to add a compression argument to the
ZipInfo constructor, I can modify the patch/docs accordingly.

(2) Add an extract method to ZipFile and associated test/documentation
changes.
History
Date User Action Args
2008-01-05 00:30:54alanmcintyresetspambayes_score: 0.00345561 -> 0.0034556107
recipients: + alanmcintyre, georg.brandl, jvr, mzimmerman, scott_daniels, myers_carpenter, crhode
2008-01-05 00:30:54alanmcintyresetspambayes_score: 0.00345561 -> 0.00345561
messageid: <1199493054.17.0.244195713534.issue467924@psf.upfronthosting.co.za>
2008-01-05 00:30:54alanmcintyrelinkissue467924 messages
2008-01-05 00:30:53alanmcintyrecreate