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 berker.peksag
Recipients Ankur.Ankan, berker.peksag, brandon-rhodes, eric.araujo, ezio.melotti, kyle, lars.gustaebel, rhettinger, serhiy.storchaka, vstinner
Date 2013-03-08.03:19:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362712780.28.0.800462364369.issue13477@psf.upfronthosting.co.za>
In-reply-to
Content
New patch(issue13477_v3.diff) attached.

Changes:
* Addressed comments from Serhiy
* Added "output" parameter to --extract option (from Ankur's patch)
* Updated tests and documentation

The current docstring of tarfile module does not give much
information(it just prints "Read from and write to tar format
archives.") so I skipped the -d option.
History
Date User Action Args
2013-03-08 03:19:40berker.peksagsetrecipients: + berker.peksag, rhettinger, lars.gustaebel, vstinner, ezio.melotti, eric.araujo, kyle, brandon-rhodes, serhiy.storchaka, Ankur.Ankan
2013-03-08 03:19:40berker.peksagsetmessageid: <1362712780.28.0.800462364369.issue13477@psf.upfronthosting.co.za>
2013-03-08 03:19:40berker.peksaglinkissue13477 messages
2013-03-08 03:19:40berker.peksagcreate