New submission from Christian Tismer:

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.

----------
components: Library (Lib)
files: zipfile.diff
keywords: patch
messages: 200088
nosy: Christian.Tismer
priority: normal
severity: normal
status: open
title: make zipfile.PyZipFile more usable
type: enhancement
versions: Python 2.7
Added file: http://bugs.python.org/file32150/zipfile.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19274>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to