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.17:10:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363713014.4.0.948787304959.issue13477@psf.upfronthosting.co.za>
In-reply-to
Content
Huh.  tar *can* infer it from the data itself.  On the other hand, it chooses explicitly not to.

% cat ~/Downloads/Python-3.3.0.tar.bz2| tar xvf -
tar: Archive is compressed. Use -j option
tar: Error is not recoverable: exiting now

% cat ~/Downloads/Python-3.3.0.tgz| tar xvf -
tar: Archive is compressed. Use -z option
tar: Error is not recoverable: exiting now

I guess "tar" knows explicit is better than implicit too ;-)
History
Date User Action Args
2013-03-19 17:10:14larrysetrecipients: + larry, rhettinger, lars.gustaebel, vstinner, ezio.melotti, eric.araujo, kyle, brandon-rhodes, berker.peksag, serhiy.storchaka, Ankur.Ankan
2013-03-19 17:10:14larrysetmessageid: <1363713014.4.0.948787304959.issue13477@psf.upfronthosting.co.za>
2013-03-19 17:10:14larrylinkissue13477 messages
2013-03-19 17:10:14larrycreate