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 serhiy.storchaka
Recipients Aaron.Train, Claudiu.Popa, Glenn.Jones, Orborde, cbrannon, desaintmartin, lars.gustaebel, pitrou, r.david.murray, ronaldoussoren, serhiy.storchaka, swarren, techtonik, uruz
Date 2014-08-19.10:16:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408443371.72.0.991874790084.issue15795@psf.upfronthosting.co.za>
In-reply-to
Content
The TarFile.extract() method has the set_attrs parameter which controls similar behavior but is less flexible. It would be good to unify zipfile and tarfile abilities. set_attrs also controls setting file owner and time. When we restore unsafe uid/gid/sticky bits, it would be worth to restore also file owner. And it would be not bad to restore file time.
History
Date User Action Args
2014-08-19 10:16:11serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, lars.gustaebel, pitrou, techtonik, swarren, cbrannon, r.david.murray, Claudiu.Popa, uruz, Aaron.Train, desaintmartin, Orborde, Glenn.Jones
2014-08-19 10:16:11serhiy.storchakasetmessageid: <1408443371.72.0.991874790084.issue15795@psf.upfronthosting.co.za>
2014-08-19 10:16:11serhiy.storchakalinkissue15795 messages
2014-08-19 10:16:11serhiy.storchakacreate