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 serhiy.storchaka
Recipients Christian.Tismer, georg.brandl, serhiy.storchaka
Date 2013-10-18.16:34:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382114059.84.0.49880913133.issue19274@psf.upfronthosting.co.za>
In-reply-to
Content
"this" is a filter function. "Not needed" means that you can got what you want without adding a filter function to zipfile.PyZipFile. Just don't call writepy() on directories which contains files which shouldn't be zipped.
History
Date User Action Args
2013-10-18 16:34:19serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, Christian.Tismer
2013-10-18 16:34:19serhiy.storchakasetmessageid: <1382114059.84.0.49880913133.issue19274@psf.upfronthosting.co.za>
2013-10-18 16:34:19serhiy.storchakalinkissue19274 messages
2013-10-18 16:34:19serhiy.storchakacreate