[issue13477] tarfile module should have a command line

Serhiy Storchaka report at bugs.python.org
Tue Mar 19 11:28:37 CET 2013


Serhiy Storchaka added the comment:

Note that --create command should support --directory option too.

> Modern tar programs don't need to be told the compression method--they infer it.  If they can do it in C, we can do it in Python.  So we should simply omit the "-bz2" stuff.

An archive may have no extension or have a nonstandard extension. And stdin/stdout does not have a name.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13477>
_______________________________________


More information about the Python-bugs-list mailing list