This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients Ankur.Ankan, berker.peksag, brandon-rhodes, eric.araujo, ezio.melotti, kyle, larry, lars.gustaebel, rhettinger, serhiy.storchaka, vstinner
Date 2013-03-19.10:06:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363687614.44.0.0027971849033.issue13477@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-19 10:06:54larrysetrecipients: + larry, rhettinger, lars.gustaebel, vstinner, ezio.melotti, eric.araujo, kyle, brandon-rhodes, berker.peksag, serhiy.storchaka, Ankur.Ankan
2013-03-19 10:06:54larrysetmessageid: <1363687614.44.0.0027971849033.issue13477@psf.upfronthosting.co.za>
2013-03-19 10:06:54larrylinkissue13477 messages
2013-03-19 10:06:54larrycreate