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 ronaldoussoren
Recipients docs@python, ronaldoussoren, techtonik
Date 2013-06-19.08:24:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371630256.06.0.200559325885.issue18262@psf.upfronthosting.co.za>
In-reply-to
Content
I'd be +1 on extending the zipfile API in 3.4 (with a documentation update in older releases as suggested by anatoly):

* Add a method or property to ZipInfo for (un)packing 
  the external_attr field

* Add an keyword argument to Zipfile.extract and Zipfile.extractall that
  toggles restoring file permissions. This should be off by default for
  backward compatibility.

  The code that restores the file permissions should be careful to avoid
  security problems, IMHO it should by default ignore the SUID en SGID
  bits.
History
Date User Action Args
2013-06-19 08:24:16ronaldoussorensetrecipients: + ronaldoussoren, techtonik, docs@python
2013-06-19 08:24:16ronaldoussorensetmessageid: <1371630256.06.0.200559325885.issue18262@psf.upfronthosting.co.za>
2013-06-19 08:24:16ronaldoussorenlinkissue18262 messages
2013-06-19 08:24:15ronaldoussorencreate