Larry Hastings added the comment:

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.

As for what the interface should look like, I'm definitely in favor of it 
looking like tar.  unzip has the same interface on different platforms; so does 
7zip, so does unrar.  I think it's reasonable to expect that tar would take the 
same interface on different platforms.  We don't need to coddle Windows users 
here.  We're already expecting them to be sophisticated enough to handle the 
EOL conversion we're not doing for them.

----------
nosy: +larry

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

Reply via email to