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
Date 2013-03-07.17:12:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362676333.13.0.982677702868.issue13477@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, that’s always the discussion when writing a Python utility that has a unix equivalent: do you want to be familiar to Python users or to the unix tool users?

I don’t have a strong opinion.  I think unix users would have no reason to use python -m tarfile, and windows users won’t have the expectation that the interface is the same as tar—unless they are unix people who are using a windows machine for whatever reason.  If it were me, I’d just start with python -m tarfile --help, so I’d have no expectations :)
History
Date User Action Args
2013-03-07 17:12:13eric.araujosetrecipients: + eric.araujo, rhettinger, lars.gustaebel, ezio.melotti, kyle, brandon-rhodes, berker.peksag, serhiy.storchaka, Ankur.Ankan
2013-03-07 17:12:13eric.araujosetmessageid: <1362676333.13.0.982677702868.issue13477@psf.upfronthosting.co.za>
2013-03-07 17:12:13eric.araujolinkissue13477 messages
2013-03-07 17:12:13eric.araujocreate