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 rdussin
Recipients rdussin
Date 2019-11-21.20:01:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574366501.85.0.0231007396061.issue38886@roundup.psfhosted.org>
In-reply-to
Content
zipfile.writestr write with permissions 600 by default and there is no way to override permissions. This can be an issue when writing zip archive of data one want to share (e.g. zarr zipstore, see https://github.com/zarr-developers/zarr-python/pull/517)


Proposed fix in upcoming PR is to add the desired permission as an optional arg.
History
Date User Action Args
2019-11-21 20:01:41rdussinsetrecipients: + rdussin
2019-11-21 20:01:41rdussinsetmessageid: <1574366501.85.0.0231007396061.issue38886@roundup.psfhosted.org>
2019-11-21 20:01:41rdussinlinkissue38886 messages
2019-11-21 20:01:41rdussincreate