[New-bugs-announce] [issue31182] Suggested Enhancements to zipfile & tarfile command line interfaces

Steve Barnes report at bugs.python.org
Fri Aug 11 04:25:56 EDT 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue31182>
_______________________________________


More information about the New-bugs-announce mailing list