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 eric.araujo
Recipients Ankur.Ankan, berker.peksag, brandon-rhodes, eric.araujo, ezio.melotti, kyle, lars.gustaebel, rhettinger, serhiy.storchaka, vstinner
Date 2013-03-08.15:04:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362755044.61.0.483237833899.issue13477@psf.upfronthosting.co.za>
In-reply-to
Content
> Users of the TAR format usually come from UNIX,
> so using the same command line options should not be so surprising.
Not sure about that: they could be Python users wanting to unpack a tarball sdist.  That said, there is no harm in being compatible, and I like your small list of options.

FTR Lars said that he prefered compat with the zipfile CLI, which is:

Usage:
    zipfile.py -l zipfile.zip        # Show listing of a zipfile
    zipfile.py -t zipfile.zip        # Test if a zipfile is valid
    zipfile.py -e zipfile.zip target # Extract zipfile into target dir
    zipfile.py -c zipfile.zip src ... # Create zipfile from sources
History
Date User Action Args
2013-03-08 15:04:04eric.araujosetrecipients: + eric.araujo, rhettinger, lars.gustaebel, vstinner, ezio.melotti, kyle, brandon-rhodes, berker.peksag, serhiy.storchaka, Ankur.Ankan
2013-03-08 15:04:04eric.araujosetmessageid: <1362755044.61.0.483237833899.issue13477@psf.upfronthosting.co.za>
2013-03-08 15:04:04eric.araujolinkissue13477 messages
2013-03-08 15:04:04eric.araujocreate