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 Christian.Tismer
Recipients Christian.Tismer
Date 2013-10-16.21:43:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381959832.11.0.559988604291.issue19274@psf.upfronthosting.co.za>
In-reply-to
Content
zipfile.PyZipFile needs a filter function.

Reason:
When creating an archive of the python lib, we don't want the tests.
Especially the test file "badsyntax_future3.py" does not compile.

Use case:

With this little addition, it becomes very easy to create a zip file
of the whole python library. See the attached use case.
History
Date User Action Args
2013-10-16 21:43:52Christian.Tismersetrecipients: + Christian.Tismer
2013-10-16 21:43:52Christian.Tismersetmessageid: <1381959832.11.0.559988604291.issue19274@psf.upfronthosting.co.za>
2013-10-16 21:43:52Christian.Tismerlinkissue19274 messages
2013-10-16 21:43:52Christian.Tismercreate