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 r.david.murray
Recipients berker.peksag, eric.smith, lars.gustaebel, mvo, r.david.murray, serhiy.storchaka, vstinner
Date 2015-01-12.14:30:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421073012.22.0.232534905049.issue23193@psf.upfronthosting.co.za>
In-reply-to
Content
I concur that this is a reasonable feature request, and it is not one that can be satisfied without modifying the tarfile module (that is, you can't write a simple wrapper to tarfile to get the functionality desired without cutting and pasting the entire chown method).
History
Date User Action Args
2015-01-12 14:30:12r.david.murraysetrecipients: + r.david.murray, lars.gustaebel, vstinner, eric.smith, mvo, berker.peksag, serhiy.storchaka
2015-01-12 14:30:12r.david.murraysetmessageid: <1421073012.22.0.232534905049.issue23193@psf.upfronthosting.co.za>
2015-01-12 14:30:12r.david.murraylinkissue23193 messages
2015-01-12 14:30:11r.david.murraycreate