New submission from Steve Barnes:

I would like to add to the command line of both tarfile and zipfile interface 
some additional options that I believe to be useful.

1. Wildcard filename matching for archiving
2. Recursive archiving (with excludes)
3. Append to archive option
4. Compression Selection
 4.1 For zipfile: zip64, bizp2 & lzma (if available)
 4.2 For tarfile: document that gz, xz & bz2 are there and determined by ext.

----------
components: Library (Lib)
messages: 300156
nosy: Steve Barnes
priority: normal
severity: normal
status: open
title: Suggested Enhancements to zipfile & tarfile command line interfaces
type: enhancement
versions: Python 2.7, Python 3.7

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

Reply via email to