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 zhigang
Recipients amaury.forgeotdarc, zhigang
Date 2011-01-14.13:29:47
SpamBayes Score 0.0006137689
Marked as misclassified No
Message-id <1295011790.7.0.9746192082.issue10905@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, in zipfile, we just overwrite it. Actually, ZipFile.extract() overwrite existing files already. If we want it more powerful, we can add a 'overwrite' parameter. But turning zipfile a full featured zip/unzip tool needs much more extra work...
History
Date User Action Args
2011-01-14 13:29:50zhigangsetrecipients: + zhigang, amaury.forgeotdarc
2011-01-14 13:29:50zhigangsetmessageid: <1295011790.7.0.9746192082.issue10905@psf.upfronthosting.co.za>
2011-01-14 13:29:47zhiganglinkissue10905 messages
2011-01-14 13:29:47zhigangcreate