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 uruz
Recipients r.david.murray, uruz
Date 2012-09-01.13:10:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346505053.45.0.571060898943.issue15795@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attaching a patch, which solves the issue. Patch intoduces new argument "preserve_permissions" for extract and extractall methods. That argument may accept one of the three values: do not preserve permissions, preserve a safe subset of them or preserve all permissions. Three constants introduced for these options. Patch also contains test and docs. Tests pass for me on OS X 10.5, but I'm not sure if they'll pass on other operating systems.
History
Date User Action Args
2012-09-01 13:10:54uruzsetrecipients: + uruz, r.david.murray
2012-09-01 13:10:53uruzsetmessageid: <1346505053.45.0.571060898943.issue15795@psf.upfronthosting.co.za>
2012-09-01 13:10:52uruzlinkissue15795 messages
2012-09-01 13:10:52uruzcreate